#604B40

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

Shades of Saddle #604B40

Tints of Saddle #604B40

Color information

#604B40 (or 0x604B40) is unknown color: approx Saddle. HEX triplet: 60, 4B and 40. RGB value is (96,75,64). Sum of RGB (Red+Green+Blue) = 96+75+64=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #604B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B40 is #9FB4BF. Grayscale: #505050. Windows color (decimal): -10466496 or 4213600. OLE color: 4213600.

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

Color convert

RGB967564-
CMYK00.220.330.62
HSL20.63º20%31.37%-
HSV(B)20.63º33.33%37.65%-
XYZ8.277.895.94-
YUV80.03118.96139.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=40.85%
G=31.91%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96756400.220.330.6220.632031.37
Hex604B40016213E15141f
Octal1401131000264176252437
Binary110000010010111000000010110100001111110101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,75,64); }

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

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

 a { background-color: rgb(96,75,64); }

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

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

 span { border-color: rgb(96,75,64); }

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