#926757

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

Shades of Leather #926757

Tints of Leather #926757

Color information

#926757 (or 0x926757) is unknown color: approx Leather. HEX triplet: 92, 67 and 57. RGB value is (146,103,87). Sum of RGB (Red+Green+Blue) = 146+103+87=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #926757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926757 is #6D98A8. Grayscale: #727272. Windows color (decimal): -7182505 or 5728146. OLE color: 5728146.

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

Color convert

RGB14610387-
CMYK00.290.400.43
HSL16.27º25.32%45.69%-
HSV(B)16.27º40.41%57.25%-
XYZ18.4216.511.23-
YUV114.03112.75150.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 87 (34.38% from 255) = 25.89%
R=43.45%
G=30.65%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461038700.290.400.4316.2725.3245.69
Hex92675701D282B10192e
Octal2221471270355053203156
Binary10010010110011110101110111011010001010111000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926757; }

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

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

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

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

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

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

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

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