#906650

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

Shades of Leather #906650

Tints of Leather #906650

Color information

#906650 (or 0x906650) is unknown color: approx Leather. HEX triplet: 90, 66 and 50. RGB value is (144,102,80). Sum of RGB (Red+Green+Blue) = 144+102+80=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #906650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906650 is #6F99AF. Grayscale: #707070. Windows color (decimal): -7313840 or 5269136. OLE color: 5269136.

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

Color convert

RGB14410280-
CMYK00.290.440.44
HSL20.62º28.57%43.92%-
HSV(B)20.62º44.44%56.47%-
XYZ17.716.019.75-
YUV112.05109.91150.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.17%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=44.17%
G=31.29%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441028000.290.440.4420.6228.5743.92
Hex90665001D2C2C151d2c
Octal2201461200355454253554
Binary10010000110011010100000111011011001011001010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906650; }

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

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

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

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

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

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

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

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