Html Css Color HEX #996C5F Dark Chestnut

📋 copy color: '#996C5F'

red 153 ◦ green 108 ◦ blue 95

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

Shades of Dark Chestnut #996C5F

Tints of Dark Chestnut #996C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.34%

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 42.98%
G = 30.34%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#996C5F (or 0x996C5F) is known color: Dark Chestnut. HEX triplet: 99, 6C and 5F. RGB value is (153,108,95). Sum of RGB (Red+Green+Blue) = 153+108+95=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #996C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C5F is #6693A0. Grayscale: #787878. Windows color (decimal): -6722465 or 6253721. OLE color: 6253721.

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

Color convert

RGB 153 108 95 -
CMYK 0 0.29 0.38 0.4
HSL 13.45º 0.23% 0.49% -
HSV(B) 13.45º 0.38% 0.6% -
XYZ 20.56 18.32 13.28 -
YUV 119.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 153 108 95 0 0.29 0.38 0.4 13.45 0.23 0.49
Hex 99 6C 5F 0 1D 26 28 D 17 31
Octal 231 154 137 0 35 46 50 15 27 61
Binary 10011001 1101100 1011111 0 11101 100110 101000 1101 10111 110001

Color Harmonies of #996C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C5F

Black with #996C5F

Text Example


Text Example

White with #996C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,108,95); }

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

background-color css

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

 a { background-color: rgb(153,108,95); }

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

border-color css

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

 span { border-color: rgb(153,108,95); }

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