Html Css Color HEX #99726C Dark Chestnut

📋 copy color: '#99726C'

red 153 ◦ green 114 ◦ blue 108

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

Shades of Dark Chestnut #99726C

Tints of Dark Chestnut #99726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 40.8%
G = 30.4%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99726C (or 0x99726C) is known color: Dark Chestnut. HEX triplet: 99, 72 and 6C. RGB value is (153,114,108). Sum of RGB (Red+Green+Blue) = 153+114+108=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #99726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99726C is #668D93. Grayscale: #7D7D7D. Windows color (decimal): -6720916 or 7107225. OLE color: 7107225.

HSL color Cylindrical-coordinate representation of color #99726C: hue angle of 8º 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 #99726C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 108 -
CMYK 0 0.25 0.29 0.4
HSL 0.18% 0.51% -
HSV(B) 0.29% 0.6% -
XYZ 21.86 19.89 16.87 -
YUV 124.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 153 114 108 0 0.25 0.29 0.4 8 0.18 0.51
Hex 99 72 6C 0 19 1D 28 8 12 33
Octal 231 162 154 0 31 35 50 10 22 63
Binary 10011001 1110010 1101100 0 11001 11101 101000 1000 10010 110011

Color Harmonies of #99726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99726C

Black with #99726C

Text Example


Text Example

White with #99726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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