Html Css Color HEX #8E6240 Dark Wood

📋 copy color: '#8E6240'

red 142 ◦ green 98 ◦ blue 64

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

Shades of Dark Wood #8E6240

Tints of Dark Wood #8E6240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 46.71%
G = 32.24%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#8E6240 (or 0x8E6240) is known color: Dark Wood. HEX triplet: 8E, 62 and 40. RGB value is (142,98,64). Sum of RGB (Red+Green+Blue) = 142+98+64=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6240 is #719DBF. Grayscale: #6B6B6B. Windows color (decimal): -7445952 or 4219534. OLE color: 4219534.

HSL color Cylindrical-coordinate representation of color #8E6240: hue angle of 26.15º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E6240 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 98 64 -
CMYK 0 0.31 0.55 0.44
HSL 26.15º 0.38% 0.4% -
HSV(B) 26.15º 0.55% 0.56% -
XYZ 16.45 14.86 6.85 -
YUV 107.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 142 98 64 0 0.31 0.55 0.44 26.15 0.38 0.4
Hex 8E 62 40 0 1F 37 2C 1A 26 28
Octal 216 142 100 0 37 67 54 32 46 50
Binary 10001110 1100010 1000000 0 11111 110111 101100 11010 100110 101000

Color Harmonies of #8E6240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6240

Black with #8E6240

Text Example


Text Example

White with #8E6240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,98,64); }

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

background-color css

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

 a { background-color: rgb(142,98,64); }

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

border-color css

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

 span { border-color: rgb(142,98,64); }

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