#926656

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

Shades of Leather #926656

Tints of Leather #926656

Color information

#926656 (or 0x926656) is unknown color: approx Leather. HEX triplet: 92, 66 and 56. RGB value is (146,102,86). Sum of RGB (Red+Green+Blue) = 146+102+86=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #926656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926656 is #6D99A9. Grayscale: #717171. Windows color (decimal): -7182762 or 5662354. OLE color: 5662354.

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

Color convert

RGB14610286-
CMYK00.300.410.43
HSL16º25.86%45.49%-
HSV(B)16º41.1%57.25%-
XYZ18.2916.2910.98-
YUV113.33112.58151.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=43.71%
G=30.54%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461028600.300.410.431625.8645.49
Hex92665601E292B101a2d
Octal2221461260365153203255
Binary10010010110011010101100111101010011010111000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926656; }

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

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

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

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

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

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

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

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