#916B4E

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

Shades of Leather #916B4E

Tints of Leather #916B4E

Color information

#916B4E (or 0x916B4E) is unknown color: approx Leather. HEX triplet: 91, 6B and 4E. RGB value is (145,107,78). Sum of RGB (Red+Green+Blue) = 145+107+78=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #916B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B4E is #6E94B1. Grayscale: #737373. Windows color (decimal): -7247026 or 5139345. OLE color: 5139345.

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

Color convert

RGB14510778-
CMYK00.260.460.43
HSL25.97º30.04%43.73%-
HSV(B)25.97º46.21%56.86%-
XYZ18.3117.099.54-
YUV115.06107.09149.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=43.94%
G=32.42%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451077800.260.460.4325.9730.0443.73
Hex916B4E01A2E2B1a1e2c
Octal2211531160325653323654
Binary10010001110101110011100110101011101010111101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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