Html Css Color HEX #8E6746 Dark Wood

📋 copy color: '#8E6746'

red 142 ◦ green 103 ◦ blue 70

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

Shades of Dark Wood #8E6746

Tints of Dark Wood #8E6746

RGB

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

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

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

R = 45.08%
G = 32.7%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#8E6746 (or 0x8E6746) is known color: Dark Wood. HEX triplet: 8E, 67 and 46. RGB value is (142,103,70). Sum of RGB (Red+Green+Blue) = 142+103+70=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6746 is #7198B9. Grayscale: #6F6F6F. Windows color (decimal): -7444666 or 4614030. OLE color: 4614030.

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

Color convert

RGB 142 103 70 -
CMYK 0 0.27 0.51 0.44
HSL 27.5º 0.34% 0.42% -
HSV(B) 27.5º 0.51% 0.56% -
XYZ 17.11 15.89 7.96 -
YUV 110.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 142 103 70 0 0.27 0.51 0.44 27.5 0.34 0.42
Hex 8E 67 46 0 1B 33 2C 1C 22 2A
Octal 216 147 106 0 33 63 54 34 42 52
Binary 10001110 1100111 1000110 0 11011 110011 101100 11100 100010 101010

Color Harmonies of #8E6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6746

Black with #8E6746

Text Example


Text Example

White with #8E6746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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