#926C53

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

Shades of Leather #926C53

Tints of Leather #926C53

Color information

#926C53 (or 0x926C53) is unknown color: approx Leather. HEX triplet: 92, 6C and 53. RGB value is (146,108,83). Sum of RGB (Red+Green+Blue) = 146+108+83=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #926C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C53 is #6D93AC. Grayscale: #747474. Windows color (decimal): -7181229 or 5467282. OLE color: 5467282.

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

Color convert

RGB14610883-
CMYK00.260.430.43
HSL23.81º27.51%44.9%-
HSV(B)23.81º43.15%57.25%-
XYZ18.7817.4610.56-
YUV116.51109.09149.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=43.32%
G=32.05%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461088300.260.430.4323.8127.5144.9
Hex926C5301A2B2B181c2d
Octal2221541230325353303455
Binary10010010110110010100110110101010111010111100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,108,83); }

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

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

 a { background-color: rgb(146,108,83); }

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

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

 span { border-color: rgb(146,108,83); }

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