#604F48

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

Shades of Saddle #604F48

Tints of Saddle #604F48

Color information

#604F48 (or 0x604F48) is unknown color: approx Saddle. HEX triplet: 60, 4F and 48. RGB value is (96,79,72). Sum of RGB (Red+Green+Blue) = 96+79+72=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #604F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F48 is #9FB0B7. Grayscale: #535353. Windows color (decimal): -10465464 or 4738912. OLE color: 4738912.

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

Color convert

RGB967972-
CMYK00.180.250.62
HSL17.5º14.29%32.94%-
HSV(B)17.5º25%37.65%-
XYZ8.798.557.32-
YUV83.28121.63137.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=38.87%
G=31.98%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96797200.180.250.6217.514.2932.94
Hex604F48012193E12e21
Octal1401171100223176221641
Binary11000001001111100100001001011001111110100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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