Html Css Color HEX #996A5F Dark Chestnut

📋 copy color: '#996A5F'

red 153 ◦ green 106 ◦ blue 95

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

Shades of Dark Chestnut #996A5F

Tints of Dark Chestnut #996A5F

RGB

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

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

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

R = 43.22%
G = 29.94%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#996A5F (or 0x996A5F) is known color: Dark Chestnut. HEX triplet: 99, 6A and 5F. RGB value is (153,106,95). Sum of RGB (Red+Green+Blue) = 153+106+95=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A5F is #6695A0. Grayscale: #767676. Windows color (decimal): -6722977 or 6253209. OLE color: 6253209.

HSL color Cylindrical-coordinate representation of color #996A5F: hue angle of 11.38º 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 #996A5F is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 95 -
CMYK 0 0.31 0.38 0.4
HSL 11.38º 0.23% 0.49% -
HSV(B) 11.38º 0.38% 0.6% -
XYZ 20.36 17.91 13.21 -
YUV 118.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 153 106 95 0 0.31 0.38 0.4 11.38 0.23 0.49
Hex 99 6A 5F 0 1F 26 28 B 17 31
Octal 231 152 137 0 37 46 50 13 27 61
Binary 10011001 1101010 1011111 0 11111 100110 101000 1011 10111 110001

Color Harmonies of #996A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A5F

Black with #996A5F

Text Example


Text Example

White with #996A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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