Html Css Color HEX #8E665B Dark Chestnut

📋 copy color: '#8E665B'

red 142 ◦ green 102 ◦ blue 91

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

Shades of Dark Chestnut #8E665B

Tints of Dark Chestnut #8E665B

RGB

 RED value IS 142 (55.86% from 255) = 42.39%

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

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 42.39%
G = 30.45%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E665B (or 0x8E665B) is known color: Dark Chestnut. HEX triplet: 8E, 66 and 5B. RGB value is (142,102,91). Sum of RGB (Red+Green+Blue) = 142+102+91=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E665B is #7199A4. Grayscale: #707070. Windows color (decimal): -7444901 or 5990030. OLE color: 5990030.

HSL color Cylindrical-coordinate representation of color #8E665B: hue angle of 12.94º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E665B is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 102 91 -
CMYK 0 0.28 0.36 0.44
HSL 12.94º 0.22% 0.46% -
HSV(B) 12.94º 0.36% 0.56% -
XYZ 17.8 16.01 12.05 -
YUV 112.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 142 102 91 0 0.28 0.36 0.44 12.94 0.22 0.46
Hex 8E 66 5B 0 1C 24 2C D 16 2E
Octal 216 146 133 0 34 44 54 15 26 56
Binary 10001110 1100110 1011011 0 11100 100100 101100 1101 10110 101110

Color Harmonies of #8E665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E665B

Black with #8E665B

Text Example


Text Example

White with #8E665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E665B; }

 p { color: rgb(142,102,91); }

 H1.HeaderClassName
 {
   color: #8E665B;
 }
 .AnyTagClassName
 {
   color: #8E665B;
 }
</style>

background-color css

<style>
 a { background-color: #8E665B; }

 a { background-color: rgb(142,102,91); }

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

border-color css

<style>
 span { border-color: #8E665B; }

 span { border-color: rgb(142,102,91); }

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