#604C44

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

Shades of Saddle #604C44

Tints of Saddle #604C44

Color information

#604C44 (or 0x604C44) is unknown color: approx Saddle. HEX triplet: 60, 4C and 44. RGB value is (96,76,68). Sum of RGB (Red+Green+Blue) = 96+76+68=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #604C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C44 is #9FB3BB. Grayscale: #515151. Windows color (decimal): -10466236 or 4476000. OLE color: 4476000.

HSL color Cylindrical-coordinate representation of color #604C44: hue angle of 17.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #604C44 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB967668-
CMYK00.210.290.62
HSL17.14º17.07%32.16%-
HSV(B)17.14º29.17%37.65%-
XYZ8.458.076.58-
YUV81.07120.63138.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 68 (26.95% from 255) = 28.33%
R=40%
G=31.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96766800.210.290.6217.1417.0732.16
Hex604C440151D3E111120
Octal1401141040253576212140
Binary110000010011001000100010101111011111101000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,76,68); }

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

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

 a { background-color: rgb(96,76,68); }

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

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

 span { border-color: rgb(96,76,68); }

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