Html Css Color HEX #8E675B Dark Chestnut

📋 copy color: '#8E675B'

red 142 ◦ green 103 ◦ blue 91

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

Shades of Dark Chestnut #8E675B

Tints of Dark Chestnut #8E675B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

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

R = 42.26%
G = 30.65%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E675B (or 0x8E675B) is known color: Dark Chestnut. HEX triplet: 8E, 67 and 5B. RGB value is (142,103,91). Sum of RGB (Red+Green+Blue) = 142+103+91=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E675B is #7198A4. Grayscale: #717171. Windows color (decimal): -7444645 or 5990286. OLE color: 5990286.

HSL color Cylindrical-coordinate representation of color #8E675B: hue angle of 14.12º 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 #8E675B is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 103 91 -
CMYK 0 0.27 0.36 0.44
HSL 14.12º 0.22% 0.46% -
HSV(B) 14.12º 0.36% 0.56% -
XYZ 17.89 16.21 12.08 -
YUV 113.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 142 103 91 0 0.27 0.36 0.44 14.12 0.22 0.46
Hex 8E 67 5B 0 1B 24 2C E 16 2E
Octal 216 147 133 0 33 44 54 16 26 56
Binary 10001110 1100111 1011011 0 11011 100100 101100 1110 10110 101110

Color Harmonies of #8E675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E675B

Black with #8E675B

Text Example


Text Example

White with #8E675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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