Html Css Color HEX #99706B Dark Chestnut

📋 copy color: '#99706B'

red 153 ◦ green 112 ◦ blue 107

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

Shades of Dark Chestnut #99706B

Tints of Dark Chestnut #99706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.11%

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 41.13%
G = 30.11%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99706B (or 0x99706B) is known color: Dark Chestnut. HEX triplet: 99, 70 and 6B. RGB value is (153,112,107). Sum of RGB (Red+Green+Blue) = 153+112+107=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #99706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99706B is #668F94. Grayscale: #7B7B7B. Windows color (decimal): -6721429 or 7041177. OLE color: 7041177.

HSL color Cylindrical-coordinate representation of color #99706B: hue angle of 6.52º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99706B is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 107 -
CMYK 0 0.27 0.30 0.4
HSL 6.52º 0.18% 0.51% -
HSV(B) 6.52º 0.3% 0.6% -
XYZ 21.58 19.42 16.52 -
YUV 123.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 153 112 107 0 0.27 0.30 0.4 6.52 0.18 0.51
Hex 99 70 6B 0 1B 1E 28 7 12 33
Octal 231 160 153 0 33 36 50 7 22 63
Binary 10011001 1110000 1101011 0 11011 11110 101000 111 10010 110011

Color Harmonies of #99706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99706B

Black with #99706B

Text Example


Text Example

White with #99706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99706B; }

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

 H1.HeaderClassName
 {
   color: #99706B;
 }
 .AnyTagClassName
 {
   color: #99706B;
 }
</style>

background-color css

<style>
 a { background-color: #99706B; }

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

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

border-color css

<style>
 span { border-color: #99706B; }

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

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