#916D4E

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

Shades of Leather #916D4E

Tints of Leather #916D4E

Color information

#916D4E (or 0x916D4E) is unknown color: approx Leather. HEX triplet: 91, 6D and 4E. RGB value is (145,109,78). Sum of RGB (Red+Green+Blue) = 145+109+78=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #916D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D4E is #6E92B1. Grayscale: #747474. Windows color (decimal): -7246514 or 5139857. OLE color: 5139857.

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

Color convert

RGB14510978-
CMYK00.250.460.43
HSL27.76º30.04%43.73%-
HSV(B)27.76º46.21%56.86%-
XYZ18.5217.519.61-
YUV116.23106.43148.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=43.67%
G=32.83%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451097800.250.460.4327.7630.0443.73
Hex916D4E0192E2B1c1e2c
Octal2211551160315653343654
Binary10010001110110110011100110011011101010111110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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