#615149

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

Shades of Saddle #615149

Tints of Saddle #615149

Color information

#615149 (or 0x615149) is unknown color: approx Saddle. HEX triplet: 61, 51 and 49. RGB value is (97,81,73). Sum of RGB (Red+Green+Blue) = 97+81+73=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #615149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615149 is #9EAEB6. Grayscale: #545454. Windows color (decimal): -10399415 or 4804961. OLE color: 4804961.

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

Color convert

RGB978173-
CMYK00.160.250.62
HSL20º14.12%33.33%-
HSV(B)20º24.74%38.04%-
XYZ9.078.917.54-
YUV84.87121.3136.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 81 (32.03% from 255) = 32.27%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=38.65%
G=32.27%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97817300.160.250.622014.1233.33
Hex615149010193E14e21
Octal1411211110203176241641
Binary11000011010001100100101000011001111110101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615149; }

 p { color: rgb(97,81,73); }

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

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

 a { background-color: rgb(97,81,73); }

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

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

 span { border-color: rgb(97,81,73); }

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