#906863

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

Shades of Dark Chestnut #906863

Tints of Dark Chestnut #906863

Color information

#906863 (or 0x906863) is unknown color: approx Dark Chestnut. HEX triplet: 90, 68 and 63. RGB value is (144,104,99). Sum of RGB (Red+Green+Blue) = 144+104+99=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #906863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906863 is #6F979C. Grayscale: #737373. Windows color (decimal): -7313309 or 6514832. OLE color: 6514832.

HSL color Cylindrical-coordinate representation of color #906863: hue angle of 6.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906863 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB14410499-
CMYK00.280.310.44
HSL6.67º18.52%47.65%-
HSV(B)6.67º31.25%56.47%-
XYZ18.716.7314.05-
YUV115.39118.75148.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 99 (39.06% from 255) = 28.53%
R=41.50%
G=29.97%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441049900.280.310.446.6718.5247.65
Hex90686301C1F2C71330
Octal220150143034375472360
Binary10010000110100011000110111001111110110011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906863; }

 p { color: rgb(144,104,99); }

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

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

 a { background-color: rgb(144,104,99); }

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

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

 span { border-color: rgb(144,104,99); }

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