#926851

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

Shades of Leather #926851

Tints of Leather #926851

Color information

#926851 (or 0x926851) is unknown color: approx Leather. HEX triplet: 92, 68 and 51. RGB value is (146,104,81). Sum of RGB (Red+Green+Blue) = 146+104+81=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #926851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926851 is #6D97AE. Grayscale: #727272. Windows color (decimal): -7182255 or 5335186. OLE color: 5335186.

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

Color convert

RGB14610481-
CMYK00.290.450.43
HSL21.23º28.63%44.51%-
HSV(B)21.23º44.52%57.25%-
XYZ18.2916.6110.03-
YUV113.94109.41150.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=44.11%
G=31.42%
B=24.47%

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
Decimal1461048100.290.450.4321.2328.6344.51
Hex92685101D2D2B151d2d
Octal2221501210355553253555
Binary10010010110100010100010111011011011010111010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926851; }

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

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

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

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

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

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

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

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