#926454

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

Shades of Leather #926454

Tints of Leather #926454

Color information

#926454 (or 0x926454) is unknown color: approx Leather. HEX triplet: 92, 64 and 54. RGB value is (146,100,84). Sum of RGB (Red+Green+Blue) = 146+100+84=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #926454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926454 is #6D9BAB. Grayscale: #707070. Windows color (decimal): -7183276 or 5530770. OLE color: 5530770.

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

Color convert

RGB14610084-
CMYK00.320.420.43
HSL15.48º26.96%45.1%-
HSV(B)15.48º42.47%57.25%-
XYZ18.0115.8710.5-
YUV111.93112.24152.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.24%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=44.24%
G=30.30%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461008400.320.420.4315.4826.9645.1
Hex9264540202A2Bf1b2d
Octal2221441240405253173355
Binary10010010110010010101000100000101010101011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926454; }

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

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

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

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

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

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

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

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