#604940

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

Shades of Saddle #604940

Tints of Saddle #604940

Color information

#604940 (or 0x604940) is unknown color: approx Saddle. HEX triplet: 60, 49 and 40. RGB value is (96,73,64). Sum of RGB (Red+Green+Blue) = 96+73+64=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #604940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604940 is #9FB6BF. Grayscale: #4E4E4E. Windows color (decimal): -10467008 or 4213088. OLE color: 4213088.

HSL color Cylindrical-coordinate representation of color #604940: hue angle of 16.88º 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 #604940 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB967364-
CMYK00.240.330.62
HSL16.88º20%31.37%-
HSV(B)16.88º33.33%37.65%-
XYZ8.137.625.89-
YUV78.85119.62140.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=41.20%
G=31.33%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96736400.240.330.6216.882031.37
Hex604940018213E11141f
Octal1401111000304176212437
Binary110000010010011000000011000100001111110100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604940; }

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

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

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

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

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

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

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

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