Html Css Color HEX #996661 Dark Chestnut

📋 copy color: '#996661'

red 153 ◦ green 102 ◦ blue 97

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

Shades of Dark Chestnut #996661

Tints of Dark Chestnut #996661

RGB

 RED value IS 153 (60.16% from 255) = 43.47%

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

 BLUE value IS 97 (38.28% from 255) = 27.56%

R = 43.47%
G = 28.98%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#996661 (or 0x996661) is known color: Dark Chestnut. HEX triplet: 99, 66 and 61. RGB value is (153,102,97). Sum of RGB (Red+Green+Blue) = 153+102+97=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #996661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996661 is #66999E. Grayscale: #747474. Windows color (decimal): -6723999 or 6383257. OLE color: 6383257.

HSL color Cylindrical-coordinate representation of color #996661: hue angle of 5.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996661 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 102 97 -
CMYK 0 0.33 0.37 0.4
HSL 5.36º 0.22% 0.49% -
HSV(B) 5.36º 0.37% 0.6% -
XYZ 20.05 17.14 13.56 -
YUV 116.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 153 102 97 0 0.33 0.37 0.4 5.36 0.22 0.49
Hex 99 66 61 0 21 25 28 5 16 31
Octal 231 146 141 0 41 45 50 5 26 61
Binary 10011001 1100110 1100001 0 100001 100101 101000 101 10110 110001

Color Harmonies of #996661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996661

Black with #996661

Text Example


Text Example

White with #996661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996661; }

 p { color: rgb(153,102,97); }

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

background-color css

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

 a { background-color: rgb(153,102,97); }

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

border-color css

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

 span { border-color: rgb(153,102,97); }

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