#615044

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

Shades of Saddle #615044

Tints of Saddle #615044

Color information

#615044 (or 0x615044) is unknown color: approx Saddle. HEX triplet: 61, 50 and 44. RGB value is (97,80,68). Sum of RGB (Red+Green+Blue) = 97+80+68=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #615044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615044 is #9EAFBB. Grayscale: #535353. Windows color (decimal): -10399676 or 4477025. OLE color: 4477025.

HSL color Cylindrical-coordinate representation of color #615044: hue angle of 24.83º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #615044 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB978068-
CMYK00.180.300.62
HSL24.83º17.58%32.35%-
HSV(B)24.83º29.9%38.04%-
XYZ8.848.76.68-
YUV83.71119.13137.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 68 (26.95% from 255) = 27.76%
R=39.59%
G=32.65%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97806800.180.300.6224.8317.5832.35
Hex6150440121E3E191220
Octal1411201040223676312240
Binary110000110100001000100010010111101111101100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615044; }

 p { color: rgb(97,80,68); }

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

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

 a { background-color: rgb(97,80,68); }

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

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

 span { border-color: rgb(97,80,68); }

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