Html Css Color HEX #906662 Dark Chestnut

📋 copy color: '#906662'

red 144 ◦ green 102 ◦ blue 98

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

Shades of Dark Chestnut #906662

Tints of Dark Chestnut #906662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

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

R = 41.86%
G = 29.65%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#906662 (or 0x906662) is known color: Dark Chestnut. HEX triplet: 90, 66 and 62. RGB value is (144,102,98). Sum of RGB (Red+Green+Blue) = 144+102+98=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #906662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906662 is #6F999D. Grayscale: #727272. Windows color (decimal): -7313822 or 6448784. OLE color: 6448784.

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

Color convert

RGB 144 102 98 -
CMYK 0 0.29 0.32 0.44
HSL 5.22º 0.19% 0.47% -
HSV(B) 5.22º 0.32% 0.56% -
XYZ 18.46 16.31 13.73 -
YUV 114.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 144 102 98 0 0.29 0.32 0.44 5.22 0.19 0.47
Hex 90 66 62 0 1D 20 2C 5 13 2F
Octal 220 146 142 0 35 40 54 5 23 57
Binary 10010000 1100110 1100010 0 11101 100000 101100 101 10011 101111

Color Harmonies of #906662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906662

Black with #906662

Text Example


Text Example

White with #906662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906662; }

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

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

background-color css

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

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

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

border-color css

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

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

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