Html Css Color HEX #9D655F Dark Chestnut

📋 copy color: '#9D655F'

red 157 ◦ green 101 ◦ blue 95

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

Shades of Dark Chestnut #9D655F

Tints of Dark Chestnut #9D655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 44.48%
G = 28.61%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9D655F (or 0x9D655F) is known color: Dark Chestnut. HEX triplet: 9D, 65 and 5F. RGB value is (157,101,95). Sum of RGB (Red+Green+Blue) = 157+101+95=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D655F is #629AA0. Grayscale: #757575. Windows color (decimal): -6462113 or 6251933. OLE color: 6251933.

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

Color convert

RGB 157 101 95 -
CMYK 0 0.36 0.39 0.38
HSL 5.81º 0.25% 0.49% -
HSV(B) 5.81º 0.39% 0.62% -
XYZ 20.62 17.3 13.08 -
YUV 117.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 157 101 95 0 0.36 0.39 0.38 5.81 0.25 0.49
Hex 9D 65 5F 0 24 27 26 6 19 31
Octal 235 145 137 0 44 47 46 6 31 61
Binary 10011101 1100101 1011111 0 100100 100111 100110 110 11001 110001

Color Harmonies of #9D655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D655F

Black with #9D655F

Text Example


Text Example

White with #9D655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,101,95); }

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

background-color css

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

 a { background-color: rgb(157,101,95); }

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

border-color css

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

 span { border-color: rgb(157,101,95); }

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