#906C50

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

Shades of Leather #906C50

Tints of Leather #906C50

Color information

#906C50 (or 0x906C50) is unknown color: approx Leather. HEX triplet: 90, 6C and 50. RGB value is (144,108,80). Sum of RGB (Red+Green+Blue) = 144+108+80=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #906C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C50 is #6F93AF. Grayscale: #737373. Windows color (decimal): -7312304 or 5270672. OLE color: 5270672.

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

Color convert

RGB14410880-
CMYK00.250.440.44
HSL26.25º28.57%43.92%-
HSV(B)26.25º44.44%56.47%-
XYZ18.3117.239.95-
YUV115.57107.93148.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=43.37%
G=32.53%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441088000.250.440.4426.2528.5743.92
Hex906C500192C2C1a1d2c
Octal2201541200315454323554
Binary10010000110110010100000110011011001011001101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,108,80); }

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

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

 a { background-color: rgb(144,108,80); }

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

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

 span { border-color: rgb(144,108,80); }

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