#926E4E

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

Shades of Leather #926E4E

Tints of Leather #926E4E

Color information

#926E4E (or 0x926E4E) is unknown color: approx Leather. HEX triplet: 92, 6E and 4E. RGB value is (146,110,78). Sum of RGB (Red+Green+Blue) = 146+110+78=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #926E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E4E is #6D91B1. Grayscale: #757575. Windows color (decimal): -7180722 or 5140114. OLE color: 5140114.

HSL color Cylindrical-coordinate representation of color #926E4E: hue angle of 28.24º 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 #926E4E is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB14611078-
CMYK00.250.470.43
HSL28.24º30.36%43.92%-
HSV(B)28.24º46.58%57.25%-
XYZ18.8117.819.65-
YUV117.12105.93148.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=43.71%
G=32.93%
B=23.35%

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
Decimal1461107800.250.470.4328.2430.3643.92
Hex926E4E0192F2B1c1e2c
Octal2221561160315753343654
Binary10010010110111010011100110011011111010111110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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