#926A51

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

Shades of Leather #926A51

Tints of Leather #926A51

Color information

#926A51 (or 0x926A51) is unknown color: approx Leather. HEX triplet: 92, 6A and 51. RGB value is (146,106,81). Sum of RGB (Red+Green+Blue) = 146+106+81=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #926A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A51 is #6D95AE. Grayscale: #737373. Windows color (decimal): -7181743 or 5335698. OLE color: 5335698.

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

Color convert

RGB14610681-
CMYK00.270.450.43
HSL23.08º28.63%44.51%-
HSV(B)23.08º44.52%57.25%-
XYZ18.4917.0110.09-
YUV115.11108.75150.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=43.84%
G=31.83%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461068100.270.450.4323.0828.6344.51
Hex926A5101B2D2B171d2d
Octal2221521210335553273555
Binary10010010110101010100010110111011011010111011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926A51; }

 p { color: rgb(146,106,81); }

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

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

 a { background-color: rgb(146,106,81); }

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

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

 span { border-color: rgb(146,106,81); }

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