Html Css Color HEX #996B5F Dark Chestnut

📋 copy color: '#996B5F'

red 153 ◦ green 107 ◦ blue 95

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

Shades of Dark Chestnut #996B5F

Tints of Dark Chestnut #996B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.14%

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

R = 43.1%
G = 30.14%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#996B5F (or 0x996B5F) is known color: Dark Chestnut. HEX triplet: 99, 6B and 5F. RGB value is (153,107,95). Sum of RGB (Red+Green+Blue) = 153+107+95=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B5F is #6694A0. Grayscale: #777777. Windows color (decimal): -6722721 or 6253465. OLE color: 6253465.

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

Color convert

RGB 153 107 95 -
CMYK 0 0.30 0.38 0.4
HSL 12.41º 0.23% 0.49% -
HSV(B) 12.41º 0.38% 0.6% -
XYZ 20.46 18.11 13.24 -
YUV 119.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 153 107 95 0 0.30 0.38 0.4 12.41 0.23 0.49
Hex 99 6B 5F 0 1E 26 28 C 17 31
Octal 231 153 137 0 36 46 50 14 27 61
Binary 10011001 1101011 1011111 0 11110 100110 101000 1100 10111 110001

Color Harmonies of #996B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B5F

Black with #996B5F

Text Example


Text Example

White with #996B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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