Html Css Color HEX #8E6041 Dark Wood

📋 copy color: '#8E6041'

red 142 ◦ green 96 ◦ blue 65

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

Shades of Dark Wood #8E6041

Tints of Dark Wood #8E6041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.68%

 BLUE value IS 65 (25.78% from 255) = 21.45%

R = 46.86%
G = 31.68%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8E6041 (or 0x8E6041) is known color: Dark Wood. HEX triplet: 8E, 60 and 41. RGB value is (142,96,65). Sum of RGB (Red+Green+Blue) = 142+96+65=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6041 is #719FBE. Grayscale: #6A6A6A. Windows color (decimal): -7446463 or 4284558. OLE color: 4284558.

HSL color Cylindrical-coordinate representation of color #8E6041: hue angle of 24.16º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E6041 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 96 65 -
CMYK 0 0.32 0.54 0.44
HSL 24.16º 0.37% 0.41% -
HSV(B) 24.16º 0.54% 0.56% -
XYZ 16.29 14.5 6.94 -
YUV 106.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 142 96 65 0 0.32 0.54 0.44 24.16 0.37 0.41
Hex 8E 60 41 0 20 36 2C 18 25 29
Octal 216 140 101 0 40 66 54 30 45 51
Binary 10001110 1100000 1000001 0 100000 110110 101100 11000 100101 101001

Color Harmonies of #8E6041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6041

Black with #8E6041

Text Example


Text Example

White with #8E6041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,96,65); }

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

background-color css

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

 a { background-color: rgb(142,96,65); }

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

border-color css

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

 span { border-color: rgb(142,96,65); }

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