#916C52

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

Shades of Leather #916C52

Tints of Leather #916C52

Color information

#916C52 (or 0x916C52) is unknown color: approx Leather. HEX triplet: 91, 6C and 52. RGB value is (145,108,82). Sum of RGB (Red+Green+Blue) = 145+108+82=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #916C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C52 is #6E93AD. Grayscale: #747474. Windows color (decimal): -7246766 or 5401745. OLE color: 5401745.

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

Color convert

RGB14510882-
CMYK00.260.430.43
HSL24.76º27.75%44.51%-
HSV(B)24.76º43.45%56.86%-
XYZ18.5617.3510.35-
YUV116.1108.76148.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=43.28%
G=32.24%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451088200.260.430.4324.7627.7544.51
Hex916C5201A2B2B191c2d
Octal2211541220325353313455
Binary10010001110110010100100110101010111010111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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