#906A54

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

Shades of Leather #906A54

Tints of Leather #906A54

Color information

#906A54 (or 0x906A54) is unknown color: approx Leather. HEX triplet: 90, 6A and 54. RGB value is (144,106,84). Sum of RGB (Red+Green+Blue) = 144+106+84=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #906A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906A54 is #6F95AB. Grayscale: #727272. Windows color (decimal): -7312812 or 5532304. OLE color: 5532304.

HSL color Cylindrical-coordinate representation of color #906A54: hue angle of 22º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #906A54 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB14410684-
CMYK00.260.420.44
HSL22º26.32%44.71%-
HSV(B)22º41.67%56.47%-
XYZ18.2616.8810.68-
YUV114.85110.59148.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.11%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=43.11%
G=31.74%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441068400.260.420.442226.3244.71
Hex906A5401A2A2C161a2d
Octal2201521240325254263255
Binary10010000110101010101000110101010101011001011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906A54; }

 p { color: rgb(144,106,84); }

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

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

 a { background-color: rgb(144,106,84); }

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

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

 span { border-color: rgb(144,106,84); }

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