Html Css Color HEX #9D706A Dark Chestnut

📋 copy color: '#9D706A'

red 157 ◦ green 112 ◦ blue 106

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

Shades of Dark Chestnut #9D706A

Tints of Dark Chestnut #9D706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 41.87%
G = 29.87%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D706A (or 0x9D706A) is known color: Dark Chestnut. HEX triplet: 9D, 70 and 6A. RGB value is (157,112,106). Sum of RGB (Red+Green+Blue) = 157+112+106=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D706A is #628F95. Grayscale: #7C7C7C. Windows color (decimal): -6459286 or 6975645. OLE color: 6975645.

HSL color Cylindrical-coordinate representation of color #9D706A: hue angle of 7.06º degrees, saturation: 0.21, 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 #9D706A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 112 106 -
CMYK 0 0.29 0.32 0.38
HSL 7.06º 0.21% 0.52% -
HSV(B) 7.06º 0.32% 0.62% -
XYZ 22.3 19.8 16.28 -
YUV 124.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 157 112 106 0 0.29 0.32 0.38 7.06 0.21 0.52
Hex 9D 70 6A 0 1D 20 26 7 15 34
Octal 235 160 152 0 35 40 46 7 25 64
Binary 10011101 1110000 1101010 0 11101 100000 100110 111 10101 110100

Color Harmonies of #9D706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D706A

Black with #9D706A

Text Example


Text Example

White with #9D706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,112,106); }

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

background-color css

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

 a { background-color: rgb(157,112,106); }

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

border-color css

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

 span { border-color: rgb(157,112,106); }

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