#605049

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

Shades of Saddle #605049

Tints of Saddle #605049

Color information

#605049 (or 0x605049) is unknown color: approx Saddle. HEX triplet: 60, 50 and 49. RGB value is (96,80,73). Sum of RGB (Red+Green+Blue) = 96+80+73=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #605049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605049 is #9FAFB6. Grayscale: #545454. Windows color (decimal): -10465207 or 4804704. OLE color: 4804704.

HSL color Cylindrical-coordinate representation of color #605049: hue angle of 18.26º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #605049 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB968073-
CMYK00.170.240.62
HSL18.26º13.61%33.14%-
HSV(B)18.26º23.96%37.65%-
XYZ8.98.717.51-
YUV83.99121.8136.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=38.55%
G=32.13%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96807300.170.240.6218.2613.6133.14
Hex605049011183E12e21
Octal1401201110213076221641
Binary11000001010000100100101000111000111110100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605049; }

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

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

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

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

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

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

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

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