#604942

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

Shades of Saddle #604942

Tints of Saddle #604942

Color information

#604942 (or 0x604942) is unknown color: approx Saddle. HEX triplet: 60, 49 and 42. RGB value is (96,73,66). Sum of RGB (Red+Green+Blue) = 96+73+66=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #604942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604942 is #9FB6BD. Grayscale: #4F4F4F. Windows color (decimal): -10467006 or 4344160. OLE color: 4344160.

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

Color convert

RGB967366-
CMYK00.240.310.62
HSL14º18.52%31.76%-
HSV(B)14º31.25%37.65%-
XYZ8.197.656.2-
YUV79.08120.62140.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=40.85%
G=31.06%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96736600.240.310.621418.5231.76
Hex6049420181F3Ee1320
Octal1401111020303776162340
Binary11000001001001100001001100011111111110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604942; }

 p { color: rgb(96,73,66); }

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

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

 a { background-color: rgb(96,73,66); }

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

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

 span { border-color: rgb(96,73,66); }

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