#926954

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

Shades of Leather #926954

Tints of Leather #926954

Color information

#926954 (or 0x926954) is unknown color: approx Leather. HEX triplet: 92, 69 and 54. RGB value is (146,105,84). Sum of RGB (Red+Green+Blue) = 146+105+84=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #926954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926954 is #6D96AB. Grayscale: #727272. Windows color (decimal): -7181996 or 5532050. OLE color: 5532050.

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

Color convert

RGB14610584-
CMYK00.280.420.43
HSL20.32º26.96%45.1%-
HSV(B)20.32º42.47%57.25%-
XYZ18.5116.8510.67-
YUV114.86110.58150.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=43.58%
G=31.34%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461058400.280.420.4320.3226.9645.1
Hex92695401C2A2B141b2d
Octal2221511240345253243355
Binary10010010110100110101000111001010101010111010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926954; }

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

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

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

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

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

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

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

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