#916B51

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

Shades of Leather #916B51

Tints of Leather #916B51

Color information

#916B51 (or 0x916B51) is unknown color: approx Leather. HEX triplet: 91, 6B and 51. RGB value is (145,107,81). Sum of RGB (Red+Green+Blue) = 145+107+81=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #916B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B51 is #6E94AE. Grayscale: #737373. Windows color (decimal): -7247023 or 5335953. OLE color: 5335953.

HSL color Cylindrical-coordinate representation of color #916B51: hue angle of 24.37º 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 #916B51 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB14510781-
CMYK00.260.440.43
HSL24.37º28.32%44.31%-
HSV(B)24.37º44.14%56.86%-
XYZ18.4217.1310.12-
YUV115.4108.59149.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.54%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=43.54%
G=32.13%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451078100.260.440.4324.3728.3244.31
Hex916B5101A2C2B181c2c
Octal2211531210325453303454
Binary10010001110101110100010110101011001010111100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916B51; }

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

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

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

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

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

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

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

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