#916E50

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

Shades of Leather #916E50

Tints of Leather #916E50

Color information

#916E50 (or 0x916E50) is unknown color: approx Leather. HEX triplet: 91, 6E and 50. RGB value is (145,110,80). Sum of RGB (Red+Green+Blue) = 145+110+80=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #916E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E50 is #6E91AF. Grayscale: #757575. Windows color (decimal): -7246256 or 5271185. OLE color: 5271185.

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

Color convert

RGB14511080-
CMYK00.240.450.43
HSL27.69º28.89%44.12%-
HSV(B)27.69º44.83%56.86%-
XYZ18.717.7510.03-
YUV117.04107.1147.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=43.28%
G=32.84%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451108000.240.450.4327.6928.8944.12
Hex916E500182D2B1c1d2c
Octal2211561200305553343554
Binary10010001110111010100000110001011011010111110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,110,80); }

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

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

 a { background-color: rgb(145,110,80); }

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

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

 span { border-color: rgb(145,110,80); }

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