#916D54

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

Shades of Leather #916D54

Tints of Leather #916D54

Color information

#916D54 (or 0x916D54) is unknown color: approx Leather. HEX triplet: 91, 6D and 54. RGB value is (145,109,84). Sum of RGB (Red+Green+Blue) = 145+109+84=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #916D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D54 is #6E92AB. Grayscale: #757575. Windows color (decimal): -7246508 or 5533073. OLE color: 5533073.

HSL color Cylindrical-coordinate representation of color #916D54: hue angle of 24.59º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #916D54 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB14510984-
CMYK00.250.420.43
HSL24.59º26.64%44.9%-
HSV(B)24.59º42.07%56.86%-
XYZ18.7517.610.8-
YUV116.91109.43148.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.90%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=42.90%
G=32.25%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451098400.250.420.4324.5926.6444.9
Hex916D540192A2B191b2d
Octal2211551240315253313355
Binary10010001110110110101000110011010101010111100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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