#916C4D

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

Shades of Leather #916C4D

Tints of Leather #916C4D

Color information

#916C4D (or 0x916C4D) is unknown color: approx Leather. HEX triplet: 91, 6C and 4D. RGB value is (145,108,77). Sum of RGB (Red+Green+Blue) = 145+108+77=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #916C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C4D is #6E93B2. Grayscale: #737373. Windows color (decimal): -7246771 or 5074065. OLE color: 5074065.

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

Color convert

RGB14510877-
CMYK00.260.470.43
HSL27.35º30.63%43.53%-
HSV(B)27.35º46.9%56.86%-
XYZ18.3817.289.39-
YUV115.53106.26149.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=43.94%
G=32.73%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451087700.260.470.4327.3530.6343.53
Hex916C4D01A2F2B1b1f2c
Octal2211541150325753333754
Binary10010001110110010011010110101011111010111101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,108,77); }

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

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

 a { background-color: rgb(145,108,77); }

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

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

 span { border-color: rgb(145,108,77); }

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