#604D42

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

Shades of Saddle #604D42

Tints of Saddle #604D42

Color information

#604D42 (or 0x604D42) is unknown color: approx Saddle. HEX triplet: 60, 4D and 42. RGB value is (96,77,66). Sum of RGB (Red+Green+Blue) = 96+77+66=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #604D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D42 is #9FB2BD. Grayscale: #515151. Windows color (decimal): -10465982 or 4345184. OLE color: 4345184.

HSL color Cylindrical-coordinate representation of color #604D42: hue angle of 22º 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 #604D42 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB967766-
CMYK00.200.310.62
HSL22º18.52%31.76%-
HSV(B)22º31.25%37.65%-
XYZ8.468.196.29-
YUV81.43119.29138.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 77 (30.47% from 255) = 32.22%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=40.17%
G=32.22%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96776600.200.310.622218.5231.76
Hex604D420141F3E161320
Octal1401151020243776262340
Binary110000010011011000010010100111111111101011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604D42; }

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

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

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

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

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

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

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

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