Html Css Color HEX #9D665D Dark Chestnut

📋 copy color: '#9D665D'

red 157 ◦ green 102 ◦ blue 93

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

Shades of Dark Chestnut #9D665D

Tints of Dark Chestnut #9D665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.98%

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 44.6%
G = 28.98%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D665D (or 0x9D665D) is known color: Dark Chestnut. HEX triplet: 9D, 66 and 5D. RGB value is (157,102,93). Sum of RGB (Red+Green+Blue) = 157+102+93=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D665D is #6299A2. Grayscale: #757575. Windows color (decimal): -6461859 or 6121117. OLE color: 6121117.

HSL color Cylindrical-coordinate representation of color #9D665D: hue angle of 8.44º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D665D is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 102 93 -
CMYK 0 0.35 0.41 0.38
HSL 8.44º 0.26% 0.49% -
HSV(B) 8.44º 0.41% 0.62% -
XYZ 20.63 17.46 12.64 -
YUV 117.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 157 102 93 0 0.35 0.41 0.38 8.44 0.26 0.49
Hex 9D 66 5D 0 23 29 26 8 1A 31
Octal 235 146 135 0 43 51 46 10 32 61
Binary 10011101 1100110 1011101 0 100011 101001 100110 1000 11010 110001

Color Harmonies of #9D665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D665D

Black with #9D665D

Text Example


Text Example

White with #9D665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,93); }

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

background-color css

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

 a { background-color: rgb(157,102,93); }

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

border-color css

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

 span { border-color: rgb(157,102,93); }

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