Html Css Color HEX #9D716B Dark Chestnut

📋 copy color: '#9D716B'

red 157 ◦ green 113 ◦ blue 107

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

Shades of Dark Chestnut #9D716B

Tints of Dark Chestnut #9D716B

RGB

 RED value IS 157 (61.72% from 255) = 41.64%

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

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

R = 41.64%
G = 29.97%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D716B (or 0x9D716B) is known color: Dark Chestnut. HEX triplet: 9D, 71 and 6B. RGB value is (157,113,107). Sum of RGB (Red+Green+Blue) = 157+113+107=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D716B is #628E94. Grayscale: #7D7D7D. Windows color (decimal): -6459029 or 7041437. OLE color: 7041437.

HSL color Cylindrical-coordinate representation of color #9D716B: hue angle of 7.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D716B is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 113 107 -
CMYK 0 0.28 0.32 0.38
HSL 7.2º 0.2% 0.52% -
HSV(B) 7.2º 0.32% 0.62% -
XYZ 22.46 20.04 16.59 -
YUV 125.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 157 113 107 0 0.28 0.32 0.38 7.2 0.2 0.52
Hex 9D 71 6B 0 1C 20 26 7 14 34
Octal 235 161 153 0 34 40 46 7 24 64
Binary 10011101 1110001 1101011 0 11100 100000 100110 111 10100 110100

Color Harmonies of #9D716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D716B

Black with #9D716B

Text Example


Text Example

White with #9D716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D716B; }

 p { color: rgb(157,113,107); }

 H1.HeaderClassName
 {
   color: #9D716B;
 }
 .AnyTagClassName
 {
   color: #9D716B;
 }
</style>

background-color css

<style>
 a { background-color: #9D716B; }

 a { background-color: rgb(157,113,107); }

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

border-color css

<style>
 span { border-color: #9D716B; }

 span { border-color: rgb(157,113,107); }

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