#926658

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

Shades of Leather #926658

Tints of Leather #926658

Color information

#926658 (or 0x926658) is unknown color: approx Leather. HEX triplet: 92, 66 and 58. RGB value is (146,102,88). Sum of RGB (Red+Green+Blue) = 146+102+88=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #926658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926658 is #6D99A7. Grayscale: #717171. Windows color (decimal): -7182760 or 5793426. OLE color: 5793426.

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

Color convert

RGB14610288-
CMYK00.300.400.43
HSL14.48º24.79%45.88%-
HSV(B)14.48º39.73%57.25%-
XYZ18.3716.3211.41-
YUV113.56113.58151.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=43.45%
G=30.36%
B=26.19%

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
Decimal1461028800.300.400.4314.4824.7945.88
Hex92665801E282Be192e
Octal2221461300365053163156
Binary1001001011001101011000011110101000101011111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926658; }

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

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

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

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

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

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

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

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