#603140

Color #603140 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #603140

Tints of Tawny Port #603140

Color information

#603140 (or 0x603140) is unknown color: approx Tawny Port. HEX triplet: 60, 31 and 40. RGB value is (96,49,64). Sum of RGB (Red+Green+Blue) = 96+49+64=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #603140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603140 is #9FCEBF. Grayscale: #404040. Windows color (decimal): -10473152 or 4206944. OLE color: 4206944.

HSL color Cylindrical-coordinate representation of color #603140: hue angle of 340.85º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603140 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB964964-
CMYK00.490.330.62
HSL340.85º32.41%28.43%-
HSV(B)340.85º48.96%37.65%-
XYZ6.855.055.47-
YUV64.76127.57150.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=45.93%
G=23.44%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96496400.490.330.62340.8532.4128.43
Hex603140031213E155201c
Octal1406110006141765254034
Binary11000001100011000000011000110000111111010101010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603140; }

 p { color: rgb(96,49,64); }

 H1.HeaderClassName
 {
   color: #603140;
 }
 .AnyTagClassName
 {
   color: #603140;
 }
</style>
background-color css

<style>
 a { background-color: #603140; }

 a { background-color: rgb(96,49,64); }

 div.DivClassName
 {
   background-color: #603140;
 }
 .BgClassName
 {
   background-color: #603140;
 }
</style>
border-color css

<style>
 span { border-color: #603140; }

 span { border-color: rgb(96,49,64); }

 td.TdClassName
 {
   border-color: #603140;
 }
 .TagClassName
 {
   border-color: #603140;
 }
</style>