#926856

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

Shades of Leather #926856

Tints of Leather #926856

Color information

#926856 (or 0x926856) is unknown color: approx Leather. HEX triplet: 92, 68 and 56. RGB value is (146,104,86). Sum of RGB (Red+Green+Blue) = 146+104+86=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #926856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926856 is #6D97A9. Grayscale: #727272. Windows color (decimal): -7182250 or 5662866. OLE color: 5662866.

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

Color convert

RGB14610486-
CMYK00.290.410.43
HSL18º25.86%45.49%-
HSV(B)18º41.1%57.25%-
XYZ18.4816.6811.05-
YUV114.51111.91150.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=43.45%
G=30.95%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461048600.290.410.431825.8645.49
Hex92685601D292B121a2d
Octal2221501260355153223255
Binary10010010110100010101100111011010011010111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926856; }

 p { color: rgb(146,104,86); }

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

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

 a { background-color: rgb(146,104,86); }

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

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

 span { border-color: rgb(146,104,86); }

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