#916851

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

Shades of Leather #916851

Tints of Leather #916851

Color information

#916851 (or 0x916851) is unknown color: approx Leather. HEX triplet: 91, 68 and 51. RGB value is (145,104,81). Sum of RGB (Red+Green+Blue) = 145+104+81=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #916851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916851 is #6E97AE. Grayscale: #717171. Windows color (decimal): -7247791 or 5335185. OLE color: 5335185.

HSL color Cylindrical-coordinate representation of color #916851: hue angle of 21.56º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #916851 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB14510481-
CMYK00.280.440.43
HSL21.56º28.32%44.31%-
HSV(B)21.56º44.14%56.86%-
XYZ18.1116.5110.02-
YUV113.64109.58150.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=43.94%
G=31.52%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451048100.280.440.4321.5628.3244.31
Hex91685101C2C2B161c2c
Octal2211501210345453263454
Binary10010001110100010100010111001011001010111011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916851; }

 p { color: rgb(145,104,81); }

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

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

 a { background-color: rgb(145,104,81); }

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

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

 span { border-color: rgb(145,104,81); }

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