#916E4E

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

Shades of Leather #916E4E

Tints of Leather #916E4E

Color information

#916E4E (or 0x916E4E) is unknown color: approx Leather. HEX triplet: 91, 6E and 4E. RGB value is (145,110,78). Sum of RGB (Red+Green+Blue) = 145+110+78=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #916E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E4E is #6E91B1. Grayscale: #747474. Windows color (decimal): -7246258 or 5140113. OLE color: 5140113.

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

Color convert

RGB14511078-
CMYK00.240.460.43
HSL28.66º30.04%43.73%-
HSV(B)28.66º46.21%56.86%-
XYZ18.6317.729.65-
YUV116.82106.1148.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.54%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=43.54%
G=33.03%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451107800.240.460.4328.6630.0443.73
Hex916E4E0182E2B1d1e2c
Octal2211561160305653353654
Binary10010001110111010011100110001011101010111110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,110,78); }

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

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

 a { background-color: rgb(145,110,78); }

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

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

 span { border-color: rgb(145,110,78); }

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