#906950

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

Shades of Leather #906950

Tints of Leather #906950

Color information

#906950 (or 0x906950) is unknown color: approx Leather. HEX triplet: 90, 69 and 50. RGB value is (144,105,80). Sum of RGB (Red+Green+Blue) = 144+105+80=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #906950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906950 is #6F96AF. Grayscale: #717171. Windows color (decimal): -7313072 or 5269904. OLE color: 5269904.

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

Color convert

RGB14410580-
CMYK00.270.440.44
HSL23.44º28.57%43.92%-
HSV(B)23.44º44.44%56.47%-
XYZ1816.619.85-
YUV113.81108.92149.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=43.77%
G=31.91%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441058000.270.440.4423.4428.5743.92
Hex90695001B2C2C171d2c
Octal2201511200335454273554
Binary10010000110100110100000110111011001011001011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906950; }

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

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

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

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

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

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

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

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