#926d54

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

Shades of Leather #926D54

Tints of Leather #926D54

Color information

#926D54 (or 0x926D54) is unknown color: approx Leather. HEX triplet: 92, 6D and 54. RGB value is (146,109,84). Sum of RGB (Red+Green+Blue) = 146+109+84=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #926D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D54 is #6D92AB. Grayscale: #757575. Windows color (decimal): -7180972 or 5533074. OLE color: 5533074.

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

Color convert

RGB14610984-
CMYK00.250.420.43
HSL24.19º26.96%45.1%-
HSV(B)24.19º42.47%57.25%-
XYZ18.9217.6910.8-
YUV117.21109.26148.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=43.07%
G=32.15%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461098400.250.420.4324.1926.9645.1
Hex926D540192A2B181b2d
Octal2221551240315253303355
Binary10010010110110110101000110011010101010111100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926d54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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