#604D46

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

Shades of Saddle #604D46

Tints of Saddle #604D46

Color information

#604D46 (or 0x604D46) is unknown color: approx Saddle. HEX triplet: 60, 4D and 46. RGB value is (96,77,70). Sum of RGB (Red+Green+Blue) = 96+77+70=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #604D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D46 is #9FB2B9. Grayscale: #515151. Windows color (decimal): -10465978 or 4607328. OLE color: 4607328.

HSL color Cylindrical-coordinate representation of color #604D46: hue angle of 16.15º 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 #604D46 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB967770-
CMYK00.200.270.62
HSL16.15º15.66%32.55%-
HSV(B)16.15º27.08%37.65%-
XYZ8.588.246.93-
YUV81.88121.29138.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=39.51%
G=31.69%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96777000.200.270.6216.1515.6632.55
Hex604D460141B3E101021
Octal1401151060243376202041
Binary110000010011011000110010100110111111101000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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