#916654

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

Shades of Leather #916654

Tints of Leather #916654

Color information

#916654 (or 0x916654) is unknown color: approx Leather. HEX triplet: 91, 66 and 54. RGB value is (145,102,84). Sum of RGB (Red+Green+Blue) = 145+102+84=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #916654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916654 is #6E99AB. Grayscale: #707070. Windows color (decimal): -7248300 or 5531281. OLE color: 5531281.

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

Color convert

RGB14510284-
CMYK00.300.420.43
HSL17.7º26.64%44.9%-
HSV(B)17.7º42.07%56.86%-
XYZ18.0316.1610.56-
YUV112.8111.75150.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 84 (33.20% from 255) = 25.38%
R=43.81%
G=30.82%
B=25.38%

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
Decimal1451028400.300.420.4317.726.6444.9
Hex91665401E2A2B121b2d
Octal2211461240365253223355
Binary10010001110011010101000111101010101010111001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916654; }

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

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

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

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

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

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

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

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