Html Css Color HEX #996861 Dark Chestnut

📋 copy color: '#996861'

red 153 ◦ green 104 ◦ blue 97

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

Shades of Dark Chestnut #996861

Tints of Dark Chestnut #996861

RGB

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

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

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

R = 43.22%
G = 29.38%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#996861 (or 0x996861) is known color: Dark Chestnut. HEX triplet: 99, 68 and 61. RGB value is (153,104,97). Sum of RGB (Red+Green+Blue) = 153+104+97=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996861 is #66979E. Grayscale: #757575. Windows color (decimal): -6723487 or 6383769. OLE color: 6383769.

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

Color convert

RGB 153 104 97 -
CMYK 0 0.32 0.37 0.4
HSL 7.5º 0.22% 0.49% -
HSV(B) 7.5º 0.37% 0.6% -
XYZ 20.24 17.54 13.63 -
YUV 117.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 153 104 97 0 0.32 0.37 0.4 7.5 0.22 0.49
Hex 99 68 61 0 20 25 28 8 16 31
Octal 231 150 141 0 40 45 50 10 26 61
Binary 10011001 1101000 1100001 0 100000 100101 101000 1000 10110 110001

Color Harmonies of #996861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996861

Black with #996861

Text Example


Text Example

White with #996861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996861; }

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

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

background-color css

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

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

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

border-color css

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

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

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