#916554

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

Shades of Leather #916554

Tints of Leather #916554

Color information

#916554 (or 0x916554) is unknown color: approx Leather. HEX triplet: 91, 65 and 54. RGB value is (145,101,84). Sum of RGB (Red+Green+Blue) = 145+101+84=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #916554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916554 is #6E9AAB. Grayscale: #707070. Windows color (decimal): -7248556 or 5531025. OLE color: 5531025.

HSL color Cylindrical-coordinate representation of color #916554: hue angle of 16.72º 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 #916554 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB14510184-
CMYK00.300.420.43
HSL16.72º26.64%44.9%-
HSV(B)16.72º42.07%56.86%-
XYZ17.9315.9710.52-
YUV112.22112.08151.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=43.94%
G=30.61%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451018400.300.420.4316.7226.6444.9
Hex91655401E2A2B111b2d
Octal2211451240365253213355
Binary10010001110010110101000111101010101010111000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916554; }

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

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

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

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

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

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

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

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