Html Css Color HEX #8E6646 Dark Wood

📋 copy color: '#8E6646'

red 142 ◦ green 102 ◦ blue 70

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

Shades of Dark Wood #8E6646

Tints of Dark Wood #8E6646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 45.22%
G = 32.48%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#8E6646 (or 0x8E6646) is known color: Dark Wood. HEX triplet: 8E, 66 and 46. RGB value is (142,102,70). Sum of RGB (Red+Green+Blue) = 142+102+70=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6646 is #7199B9. Grayscale: #6E6E6E. Windows color (decimal): -7444922 or 4613774. OLE color: 4613774.

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

Color convert

RGB 142 102 70 -
CMYK 0 0.28 0.51 0.44
HSL 26.67º 0.34% 0.42% -
HSV(B) 26.67º 0.51% 0.56% -
XYZ 17.01 15.7 7.93 -
YUV 110.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 142 102 70 0 0.28 0.51 0.44 26.67 0.34 0.42
Hex 8E 66 46 0 1C 33 2C 1B 22 2A
Octal 216 146 106 0 34 63 54 33 42 52
Binary 10001110 1100110 1000110 0 11100 110011 101100 11011 100010 101010

Color Harmonies of #8E6646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6646

Black with #8E6646

Text Example


Text Example

White with #8E6646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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