Html Css Color HEX #99716C Dark Chestnut

📋 copy color: '#99716C'

red 153 ◦ green 113 ◦ blue 108

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

Shades of Dark Chestnut #99716C

Tints of Dark Chestnut #99716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

 BLUE value IS 108 (42.58% from 255) = 28.88%

R = 40.91%
G = 30.21%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99716C (or 0x99716C) is known color: Dark Chestnut. HEX triplet: 99, 71 and 6C. RGB value is (153,113,108). Sum of RGB (Red+Green+Blue) = 153+113+108=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #99716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99716C is #668E93. Grayscale: #7C7C7C. Windows color (decimal): -6721172 or 7106969. OLE color: 7106969.

HSL color Cylindrical-coordinate representation of color #99716C: hue angle of 6.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99716C is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 108 -
CMYK 0 0.26 0.29 0.4
HSL 6.67º 0.18% 0.51% -
HSV(B) 6.67º 0.29% 0.6% -
XYZ 21.75 19.67 16.84 -
YUV 124.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 153 113 108 0 0.26 0.29 0.4 6.67 0.18 0.51
Hex 99 71 6C 0 1A 1D 28 7 12 33
Octal 231 161 154 0 32 35 50 7 22 63
Binary 10011001 1110001 1101100 0 11010 11101 101000 111 10010 110011

Color Harmonies of #99716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99716C

Black with #99716C

Text Example


Text Example

White with #99716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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