Html Css Color HEX #996A62 Dark Chestnut

📋 copy color: '#996A62'

red 153 ◦ green 106 ◦ blue 98

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

Shades of Dark Chestnut #996A62

Tints of Dark Chestnut #996A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

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

R = 42.86%
G = 29.69%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#996A62 (or 0x996A62) is known color: Dark Chestnut. HEX triplet: 99, 6A and 62. RGB value is (153,106,98). Sum of RGB (Red+Green+Blue) = 153+106+98=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #996A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A62 is #66959D. Grayscale: #777777. Windows color (decimal): -6722974 or 6449817. OLE color: 6449817.

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

Color convert

RGB 153 106 98 -
CMYK 0 0.31 0.36 0.4
HSL 8.73º 0.22% 0.49% -
HSV(B) 8.73º 0.36% 0.6% -
XYZ 20.5 17.96 13.94 -
YUV 119.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 153 106 98 0 0.31 0.36 0.4 8.73 0.22 0.49
Hex 99 6A 62 0 1F 24 28 9 16 31
Octal 231 152 142 0 37 44 50 11 26 61
Binary 10011001 1101010 1100010 0 11111 100100 101000 1001 10110 110001

Color Harmonies of #996A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A62

Black with #996A62

Text Example


Text Example

White with #996A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996A62; }

 p { color: rgb(153,106,98); }

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

background-color css

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

 a { background-color: rgb(153,106,98); }

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

border-color css

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

 span { border-color: rgb(153,106,98); }

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