Html Css Color HEX #906863 Dark Chestnut

📋 copy color: '#906863'

red 144 ◦ green 104 ◦ blue 99

#906863
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #906863

Tints of Dark Chestnut #906863

RGB

 RED value IS 144 (56.64% from 255) = 41.5%

 GREEN value IS 104 (41.02% from 255) = 29.97%

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 41.5%
G = 29.97%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#906863 (or 0x906863) is known color: 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

RGB 144 104 99 -
CMYK 0 0.28 0.31 0.44
HSL 6.67º 0.19% 0.48% -
HSV(B) 6.67º 0.31% 0.56% -
XYZ 18.7 16.73 14.05 -
YUV 115.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 144 104 99 0 0.28 0.31 0.44 6.67 0.19 0.48
Hex 90 68 63 0 1C 1F 2C 7 13 30
Octal 220 150 143 0 34 37 54 7 23 60
Binary 10010000 1101000 1100011 0 11100 11111 101100 111 10011 110000

Color Harmonies of #906863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906863

Black with #906863

Text Example


Text Example

White with #906863

Text Example


Text Example

HTML Codes & Css Web 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>