#916A4E

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

Shades of Leather #916A4E

Tints of Leather #916A4E

Color information

#916A4E (or 0x916A4E) is unknown color: approx Leather. HEX triplet: 91, 6A and 4E. RGB value is (145,106,78). Sum of RGB (Red+Green+Blue) = 145+106+78=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #916A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A4E is #6E95B1. Grayscale: #727272. Windows color (decimal): -7247282 or 5139089. OLE color: 5139089.

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

Color convert

RGB14510678-
CMYK00.270.460.43
HSL25.07º30.04%43.73%-
HSV(B)25.07º46.21%56.86%-
XYZ18.2116.889.51-
YUV114.47107.42149.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=44.07%
G=32.22%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451067800.270.460.4325.0730.0443.73
Hex916A4E01B2E2B191e2c
Octal2211521160335653313654
Binary10010001110101010011100110111011101010111100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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