#604C41

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

Shades of Saddle #604C41

Tints of Saddle #604C41

Color information

#604C41 (or 0x604C41) is unknown color: approx Saddle. HEX triplet: 60, 4C and 41. RGB value is (96,76,65). Sum of RGB (Red+Green+Blue) = 96+76+65=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #604C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C41 is #9FB3BE. Grayscale: #505050. Windows color (decimal): -10466239 or 4279392. OLE color: 4279392.

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

Color convert

RGB967665-
CMYK00.210.320.62
HSL21.29º19.25%31.57%-
HSV(B)21.29º32.29%37.65%-
XYZ8.368.046.11-
YUV80.73119.13138.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 65 (25.78% from 255) = 27.43%
R=40.51%
G=32.07%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96766500.210.320.6221.2919.2531.57
Hex604C41015203E151320
Octal1401141010254076252340
Binary1100000100110010000010101011000001111101010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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