#906554

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

Shades of Leather #906554

Tints of Leather #906554

Color information

#906554 (or 0x906554) is unknown color: approx Leather. HEX triplet: 90, 65 and 54. RGB value is (144,101,84). Sum of RGB (Red+Green+Blue) = 144+101+84=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #906554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906554 is #6F9AAB. Grayscale: #707070. Windows color (decimal): -7314092 or 5531024. OLE color: 5531024.

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

Color convert

RGB14410184-
CMYK00.300.420.44
HSL17º26.32%44.71%-
HSV(B)17º41.67%56.47%-
XYZ17.7615.8810.52-
YUV111.92112.25150.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=43.77%
G=30.70%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441018400.300.420.441726.3244.71
Hex90655401E2A2C111a2d
Octal2201451240365254213255
Binary10010000110010110101000111101010101011001000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906554; }

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

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

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

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

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

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

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

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