#906555

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

Shades of Leather #906555

Tints of Leather #906555

Color information

#906555 (or 0x906555) is unknown color: approx Leather. HEX triplet: 90, 65 and 55. RGB value is (144,101,85). Sum of RGB (Red+Green+Blue) = 144+101+85=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #906555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906555 is #6F9AAA. Grayscale: #707070. Windows color (decimal): -7314091 or 5596560. OLE color: 5596560.

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

Color convert

RGB14410185-
CMYK00.300.410.44
HSL16.27º25.76%44.9%-
HSV(B)16.27º40.97%56.47%-
XYZ17.7915.8910.72-
YUV112.03112.75150.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.64%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=43.64%
G=30.61%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441018500.300.410.4416.2725.7644.9
Hex90655501E292C101a2d
Octal2201451250365154203255
Binary10010000110010110101010111101010011011001000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906555; }

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

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

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

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

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

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

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

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