#916c51

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

Shades of Leather #916C51

Tints of Leather #916C51

Color information

#916C51 (or 0x916C51) is unknown color: approx Leather. HEX triplet: 91, 6C and 51. RGB value is (145,108,81). Sum of RGB (Red+Green+Blue) = 145+108+81=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #916C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C51 is #6E93AE. Grayscale: #747474. Windows color (decimal): -7246767 or 5336209. OLE color: 5336209.

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

Color convert

RGB14510881-
CMYK00.260.440.43
HSL25.31º28.32%44.31%-
HSV(B)25.31º44.14%56.86%-
XYZ18.5217.3410.15-
YUV115.98108.26148.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 81 (32.03% from 255) = 24.25%
R=43.41%
G=32.34%
B=24.25%

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
Decimal1451088100.260.440.4325.3128.3244.31
Hex916C5101A2C2B191c2c
Octal2211541210325453313454
Binary10010001110110010100010110101011001010111100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916c51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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