Html Css Color HEX #996A5E Dark Chestnut

📋 copy color: '#996A5E'

red 153 ◦ green 106 ◦ blue 94

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

Shades of Dark Chestnut #996A5E

Tints of Dark Chestnut #996A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 43.34%
G = 30.03%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#996A5E (or 0x996A5E) is known color: Dark Chestnut. HEX triplet: 99, 6A and 5E. RGB value is (153,106,94). Sum of RGB (Red+Green+Blue) = 153+106+94=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #996A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A5E is #6695A1. Grayscale: #767676. Windows color (decimal): -6722978 or 6187673. OLE color: 6187673.

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

Color convert

RGB 153 106 94 -
CMYK 0 0.31 0.39 0.4
HSL 12.2º 0.24% 0.48% -
HSV(B) 12.2º 0.39% 0.6% -
XYZ 20.31 17.89 12.97 -
YUV 118.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 153 106 94 0 0.31 0.39 0.4 12.2 0.24 0.48
Hex 99 6A 5E 0 1F 27 28 C 18 30
Octal 231 152 136 0 37 47 50 14 30 60
Binary 10011001 1101010 1011110 0 11111 100111 101000 1100 11000 110000

Color Harmonies of #996A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A5E

Black with #996A5E

Text Example


Text Example

White with #996A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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