Html Css Color HEX #996960 Dark Chestnut

📋 copy color: '#996960'

red 153 ◦ green 105 ◦ blue 96

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

Shades of Dark Chestnut #996960

Tints of Dark Chestnut #996960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 43.22%
G = 29.66%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#996960 (or 0x996960) is known color: Dark Chestnut. HEX triplet: 99, 69 and 60. RGB value is (153,105,96). Sum of RGB (Red+Green+Blue) = 153+105+96=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996960 is #66969F. Grayscale: #767676. Windows color (decimal): -6723232 or 6318489. OLE color: 6318489.

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

Color convert

RGB 153 105 96 -
CMYK 0 0.31 0.37 0.4
HSL 9.47º 0.23% 0.49% -
HSV(B) 9.47º 0.37% 0.6% -
XYZ 20.3 17.72 13.42 -
YUV 118.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 153 105 96 0 0.31 0.37 0.4 9.47 0.23 0.49
Hex 99 69 60 0 1F 25 28 9 17 31
Octal 231 151 140 0 37 45 50 11 27 61
Binary 10011001 1101001 1100000 0 11111 100101 101000 1001 10111 110001

Color Harmonies of #996960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996960

Black with #996960

Text Example


Text Example

White with #996960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996960; }

 p { color: rgb(153,105,96); }

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

background-color css

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

 a { background-color: rgb(153,105,96); }

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

border-color css

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

 span { border-color: rgb(153,105,96); }

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