Html Css Color HEX #906862 Dark Chestnut

📋 copy color: '#906862'

red 144 ◦ green 104 ◦ blue 98

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

Shades of Dark Chestnut #906862

Tints of Dark Chestnut #906862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.32%

R = 41.62%
G = 30.06%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#906862 (or 0x906862) is known color: Dark Chestnut. HEX triplet: 90, 68 and 62. RGB value is (144,104,98). Sum of RGB (Red+Green+Blue) = 144+104+98=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #906862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906862 is #6F979D. Grayscale: #737373. Windows color (decimal): -7313310 or 6449296. OLE color: 6449296.

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

Color convert

RGB 144 104 98 -
CMYK 0 0.28 0.32 0.44
HSL 7.83º 0.19% 0.47% -
HSV(B) 7.83º 0.32% 0.56% -
XYZ 18.66 16.71 13.8 -
YUV 115.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 144 104 98 0 0.28 0.32 0.44 7.83 0.19 0.47
Hex 90 68 62 0 1C 20 2C 8 13 2F
Octal 220 150 142 0 34 40 54 10 23 57
Binary 10010000 1101000 1100010 0 11100 100000 101100 1000 10011 101111

Color Harmonies of #906862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906862

Black with #906862

Text Example


Text Example

White with #906862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906862; }

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

 H1.HeaderClassName
 {
   color: #906862;
 }
 .AnyTagClassName
 {
   color: #906862;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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