Html Css Color HEX #9E655E Dark Chestnut

📋 copy color: '#9E655E'

red 158 ◦ green 101 ◦ blue 94

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

Shades of Dark Chestnut #9E655E

Tints of Dark Chestnut #9E655E

RGB

 RED value IS 158 (62.11% from 255) = 44.76%

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

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

R = 44.76%
G = 28.61%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E655E (or 0x9E655E) is known color: Dark Chestnut. HEX triplet: 9E, 65 and 5E. RGB value is (158,101,94). Sum of RGB (Red+Green+Blue) = 158+101+94=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E655E is #619AA1. Grayscale: #757575. Windows color (decimal): -6396578 or 6186398. OLE color: 6186398.

HSL color Cylindrical-coordinate representation of color #9E655E: hue angle of 6.56º degrees, saturation: 0.25, 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 #9E655E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 101 94 -
CMYK 0 0.36 0.41 0.38
HSL 6.56º 0.25% 0.49% -
HSV(B) 6.56º 0.41% 0.62% -
XYZ 20.77 17.38 12.85 -
YUV 117.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 158 101 94 0 0.36 0.41 0.38 6.56 0.25 0.49
Hex 9E 65 5E 0 24 29 26 7 19 31
Octal 236 145 136 0 44 51 46 7 31 61
Binary 10011110 1100101 1011110 0 100100 101001 100110 111 11001 110001

Color Harmonies of #9E655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E655E

Black with #9E655E

Text Example


Text Example

White with #9E655E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,101,94); }

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

background-color css

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

 a { background-color: rgb(158,101,94); }

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

border-color css

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

 span { border-color: rgb(158,101,94); }

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