#916A4F

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

Shades of Leather #916A4F

Tints of Leather #916A4F

Color information

#916A4F (or 0x916A4F) is unknown color: approx Leather. HEX triplet: 91, 6A and 4F. RGB value is (145,106,79). Sum of RGB (Red+Green+Blue) = 145+106+79=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #916A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A4F is #6E95B0. Grayscale: #727272. Windows color (decimal): -7247281 or 5204625. OLE color: 5204625.

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

Color convert

RGB14510679-
CMYK00.270.460.43
HSL24.55º29.46%43.92%-
HSV(B)24.55º45.52%56.86%-
XYZ18.2416.899.7-
YUV114.58107.92149.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=43.94%
G=32.12%
B=23.94%

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
Decimal1451067900.270.460.4324.5529.4643.92
Hex916A4F01B2E2B191d2c
Octal2211521170335653313554
Binary10010001110101010011110110111011101010111100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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