#926855

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

Shades of Leather #926855

Tints of Leather #926855

Color information

#926855 (or 0x926855) is unknown color: approx Leather. HEX triplet: 92, 68 and 55. RGB value is (146,104,85). Sum of RGB (Red+Green+Blue) = 146+104+85=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #926855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926855 is #6D97AA. Grayscale: #727272. Windows color (decimal): -7182251 or 5597330. OLE color: 5597330.

HSL color Cylindrical-coordinate representation of color #926855: hue angle of 18.69º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #926855 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB14610485-
CMYK00.290.420.43
HSL18.69º26.41%45.29%-
HSV(B)18.69º41.78%57.25%-
XYZ18.4416.6710.84-
YUV114.39111.41150.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=43.58%
G=31.04%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461048500.290.420.4318.6926.4145.29
Hex92685501D2A2B131a2d
Octal2221501250355253233255
Binary10010010110100010101010111011010101010111001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926855; }

 p { color: rgb(146,104,85); }

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

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

 a { background-color: rgb(146,104,85); }

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

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

 span { border-color: rgb(146,104,85); }

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