#605046

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

Shades of Saddle #605046

Tints of Saddle #605046

Color information

#605046 (or 0x605046) is unknown color: approx Saddle. HEX triplet: 60, 50 and 46. RGB value is (96,80,70). Sum of RGB (Red+Green+Blue) = 96+80+70=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #605046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605046 is #9FAFB9. Grayscale: #535353. Windows color (decimal): -10465210 or 4608096. OLE color: 4608096.

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

Color convert

RGB968070-
CMYK00.170.270.62
HSL23.08º15.66%32.55%-
HSV(B)23.08º27.08%37.65%-
XYZ8.88.677-
YUV83.64120.3136.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=39.02%
G=32.52%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96807000.170.270.6223.0815.6632.55
Hex6050460111B3E171021
Octal1401201060213376272041
Binary110000010100001000110010001110111111101011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605046; }

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

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

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

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

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

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

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

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