#926D4E

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

Shades of Leather #926D4E

Tints of Leather #926D4E

Color information

#926D4E (or 0x926D4E) is unknown color: approx Leather. HEX triplet: 92, 6D and 4E. RGB value is (146,109,78). Sum of RGB (Red+Green+Blue) = 146+109+78=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #926D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D4E is #6D92B1. Grayscale: #747474. Windows color (decimal): -7180978 or 5139858. OLE color: 5139858.

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

Color convert

RGB14610978-
CMYK00.250.470.43
HSL27.35º30.36%43.92%-
HSV(B)27.35º46.58%57.25%-
XYZ18.717.69.62-
YUV116.53106.26149.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=43.84%
G=32.73%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461097800.250.470.4327.3530.3643.92
Hex926D4E0192F2B1b1e2c
Octal2221551160315753333654
Binary10010010110110110011100110011011111010111101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,109,78); }

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

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

 a { background-color: rgb(146,109,78); }

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

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

 span { border-color: rgb(146,109,78); }

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