#615147

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

Shades of Saddle #615147

Tints of Saddle #615147

Color information

#615147 (or 0x615147) is unknown color: approx Saddle. HEX triplet: 61, 51 and 47. RGB value is (97,81,71). Sum of RGB (Red+Green+Blue) = 97+81+71=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #615147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615147 is #9EAEB8. Grayscale: #545454. Windows color (decimal): -10399417 or 4673889. OLE color: 4673889.

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

Color convert

RGB978171-
CMYK00.160.270.62
HSL23.08º15.48%32.94%-
HSV(B)23.08º26.8%38.04%-
XYZ9.018.887.2-
YUV84.64120.3136.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 71 (28.12% from 255) = 28.51%
R=38.96%
G=32.53%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97817100.160.270.6223.0815.4832.94
Hex6151470101B3E17f21
Octal1411211070203376271741
Binary11000011010001100011101000011011111110101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615147; }

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

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

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

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

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

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

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

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