#926850

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

Shades of Leather #926850

Tints of Leather #926850

Color information

#926850 (or 0x926850) is unknown color: approx Leather. HEX triplet: 92, 68 and 50. RGB value is (146,104,80). Sum of RGB (Red+Green+Blue) = 146+104+80=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #926850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926850 is #6D97AF. Grayscale: #717171. Windows color (decimal): -7182256 or 5269650. OLE color: 5269650.

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

Color convert

RGB14610480-
CMYK00.290.450.43
HSL21.82º29.2%44.31%-
HSV(B)21.82º45.21%57.25%-
XYZ18.2516.599.83-
YUV113.82108.91150.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.24%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=44.24%
G=31.52%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461048000.290.450.4321.8229.244.31
Hex92685001D2D2B161d2c
Octal2221501200355553263554
Binary10010010110100010100000111011011011010111011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926850; }

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

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

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

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

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

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

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

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