Html Css Color HEX #9D635E Dark Chestnut

📋 copy color: '#9D635E'

red 157 ◦ green 99 ◦ blue 94

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

Shades of Dark Chestnut #9D635E

Tints of Dark Chestnut #9D635E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 44.86%
G = 28.29%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D635E (or 0x9D635E) is known color: Dark Chestnut. HEX triplet: 9D, 63 and 5E. RGB value is (157,99,94). Sum of RGB (Red+Green+Blue) = 157+99+94=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D635E is #629CA1. Grayscale: #737373. Windows color (decimal): -6462626 or 6185885. OLE color: 6185885.

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

Color convert

RGB 157 99 94 -
CMYK 0 0.37 0.40 0.38
HSL 4.76º 0.25% 0.49% -
HSV(B) 4.76º 0.4% 0.62% -
XYZ 20.39 16.9 12.78 -
YUV 115.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 157 99 94 0 0.37 0.40 0.38 4.76 0.25 0.49
Hex 9D 63 5E 0 25 28 26 5 19 31
Octal 235 143 136 0 45 50 46 5 31 61
Binary 10011101 1100011 1011110 0 100101 101000 100110 101 11001 110001

Color Harmonies of #9D635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D635E

Black with #9D635E

Text Example


Text Example

White with #9D635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,99,94); }

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

background-color css

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

 a { background-color: rgb(157,99,94); }

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

border-color css

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

 span { border-color: rgb(157,99,94); }

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