#604F49

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

Shades of Saddle #604F49

Tints of Saddle #604F49

Color information

#604F49 (or 0x604F49) is unknown color: approx Saddle. HEX triplet: 60, 4F and 49. RGB value is (96,79,73). Sum of RGB (Red+Green+Blue) = 96+79+73=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F49 is #9FB0B6. Grayscale: #535353. Windows color (decimal): -10465463 or 4804448. OLE color: 4804448.

HSL color Cylindrical-coordinate representation of color #604F49: hue angle of 15.65º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #604F49 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB967973-
CMYK00.180.240.62
HSL15.65º13.61%33.14%-
HSV(B)15.65º23.96%37.65%-
XYZ8.828.567.49-
YUV83.4122.13136.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=38.71%
G=31.85%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96797300.180.240.6215.6513.6133.14
Hex604F49012183E10e21
Octal1401171110223076201641
Binary11000001001111100100101001011000111110100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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