#926657

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

Shades of Leather #926657

Tints of Leather #926657

Color information

#926657 (or 0x926657) is unknown color: approx Leather. HEX triplet: 92, 66 and 57. RGB value is (146,102,87). Sum of RGB (Red+Green+Blue) = 146+102+87=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #926657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926657 is #6D99A8. Grayscale: #717171. Windows color (decimal): -7182761 or 5727890. OLE color: 5727890.

HSL color Cylindrical-coordinate representation of color #926657: hue angle of 15.25º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #926657 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14610287-
CMYK00.300.400.43
HSL15.25º25.32%45.69%-
HSV(B)15.25º40.41%57.25%-
XYZ18.3316.311.2-
YUV113.45113.08151.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=43.58%
G=30.45%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461028700.300.400.4315.2525.3245.69
Hex92665701E282Bf192e
Octal2221461270365053173156
Binary1001001011001101010111011110101000101011111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926657; }

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

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

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

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

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

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

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

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