#916D4D

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

Shades of Leather #916D4D

Tints of Leather #916D4D

Color information

#916D4D (or 0x916D4D) is unknown color: approx Leather. HEX triplet: 91, 6D and 4D. RGB value is (145,109,77). Sum of RGB (Red+Green+Blue) = 145+109+77=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #916D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D4D is #6E92B2. Grayscale: #747474. Windows color (decimal): -7246515 or 5074321. OLE color: 5074321.

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

Color convert

RGB14510977-
CMYK00.250.470.43
HSL28.24º30.63%43.53%-
HSV(B)28.24º46.9%56.86%-
XYZ18.4917.499.42-
YUV116.12105.93148.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=43.81%
G=32.93%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451097700.250.470.4328.2430.6343.53
Hex916D4D0192F2B1c1f2c
Octal2211551150315753343754
Binary10010001110110110011010110011011111010111110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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