#916956

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

Shades of Leather #916956

Tints of Leather #916956

Color information

#916956 (or 0x916956) is unknown color: approx Leather. HEX triplet: 91, 69 and 56. RGB value is (145,105,86). Sum of RGB (Red+Green+Blue) = 145+105+86=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #916956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916956 is #6E96A9. Grayscale: #727272. Windows color (decimal): -7247530 or 5663121. OLE color: 5663121.

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

Color convert

RGB14510586-
CMYK00.280.410.43
HSL19.32º25.54%45.29%-
HSV(B)19.32º40.69%56.86%-
XYZ18.4116.7911.08-
YUV114.79111.75149.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=43.15%
G=31.25%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451058600.280.410.4319.3225.5445.29
Hex91695601C292B131a2d
Octal2211511260345153233255
Binary10010001110100110101100111001010011010111001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916956; }

 p { color: rgb(145,105,86); }

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

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

 a { background-color: rgb(145,105,86); }

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

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

 span { border-color: rgb(145,105,86); }

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