#604E46

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

Shades of Saddle #604E46

Tints of Saddle #604E46

Color information

#604E46 (or 0x604E46) is unknown color: approx Saddle. HEX triplet: 60, 4E and 46. RGB value is (96,78,70). Sum of RGB (Red+Green+Blue) = 96+78+70=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #604E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E46 is #9FB1B9. Grayscale: #525252. Windows color (decimal): -10465722 or 4607584. OLE color: 4607584.

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

Color convert

RGB967870-
CMYK00.190.270.62
HSL18.46º15.66%32.55%-
HSV(B)18.46º27.08%37.65%-
XYZ8.658.386.96-
YUV82.47120.96137.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 70 (27.73% from 255) = 28.69%
R=39.34%
G=31.97%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96787000.190.270.6218.4615.6632.55
Hex604E460131B3E121021
Octal1401161060233376222041
Binary110000010011101000110010011110111111101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,78,70); }

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

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

 a { background-color: rgb(96,78,70); }

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

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

 span { border-color: rgb(96,78,70); }

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