#926556

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

Shades of Leather #926556

Tints of Leather #926556

Color information

#926556 (or 0x926556) is unknown color: approx Leather. HEX triplet: 92, 65 and 56. RGB value is (146,101,86). Sum of RGB (Red+Green+Blue) = 146+101+86=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #926556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926556 is #6D9AA9. Grayscale: #707070. Windows color (decimal): -7183018 or 5662098. OLE color: 5662098.

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

Color convert

RGB14610186-
CMYK00.310.410.43
HSL15º25.86%45.49%-
HSV(B)15º41.1%57.25%-
XYZ18.1916.0910.95-
YUV112.74112.91151.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=43.84%
G=30.33%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461018600.310.410.431525.8645.49
Hex92655601F292Bf1a2d
Octal2221451260375153173255
Binary1001001011001011010110011111101001101011111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926556; }

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

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

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

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

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

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

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

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