#906951

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

Shades of Leather #906951

Tints of Leather #906951

Color information

#906951 (or 0x906951) is unknown color: approx Leather. HEX triplet: 90, 69 and 51. RGB value is (144,105,81). Sum of RGB (Red+Green+Blue) = 144+105+81=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #906951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906951 is #6F96AE. Grayscale: #727272. Windows color (decimal): -7313071 or 5335440. OLE color: 5335440.

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

Color convert

RGB14410581-
CMYK00.270.440.44
HSL22.86º28%44.12%-
HSV(B)22.86º43.75%56.47%-
XYZ18.0416.6310.04-
YUV113.92109.42149.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.64%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=43.64%
G=31.82%
B=24.55%

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
Decimal1441058100.270.440.4422.862844.12
Hex90695101B2C2C171c2c
Octal2201511210335454273454
Binary10010000110100110100010110111011001011001011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906951; }

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

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

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

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

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

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

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

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