#906D55

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

Shades of Leather #906D55

Tints of Leather #906D55

Color information

#906D55 (or 0x906D55) is unknown color: approx Leather. HEX triplet: 90, 6D and 55. RGB value is (144,109,85). Sum of RGB (Red+Green+Blue) = 144+109+85=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #906D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D55 is #6F92AA. Grayscale: #747474. Windows color (decimal): -7312043 or 5598608. OLE color: 5598608.

HSL color Cylindrical-coordinate representation of color #906D55: hue angle of 24.41º 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 #906D55 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB14410985-
CMYK00.240.410.44
HSL24.41º25.76%44.9%-
HSV(B)24.41º40.97%56.47%-
XYZ18.6117.5211-
YUV116.73110.1147.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=42.60%
G=32.25%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441098500.240.410.4424.4125.7644.9
Hex906D55018292C181a2d
Octal2201551250305154303255
Binary10010000110110110101010110001010011011001100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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