#926554

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

Shades of Leather #926554

Tints of Leather #926554

Color information

#926554 (or 0x926554) is unknown color: approx Leather. HEX triplet: 92, 65 and 54. RGB value is (146,101,84). Sum of RGB (Red+Green+Blue) = 146+101+84=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #926554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926554 is #6D9AAB. Grayscale: #707070. Windows color (decimal): -7183020 or 5531026. OLE color: 5531026.

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

Color convert

RGB14610184-
CMYK00.310.420.43
HSL16.45º26.96%45.1%-
HSV(B)16.45º42.47%57.25%-
XYZ18.1116.0610.53-
YUV112.52111.91151.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 84 (33.20% from 255) = 25.38%
R=44.11%
G=30.51%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461018400.310.420.4316.4526.9645.1
Hex92655401F2A2B101b2d
Octal2221451240375253203355
Binary10010010110010110101000111111010101010111000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926554; }

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

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

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

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

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

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

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

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