Html Css Color HEX #8E6E41 McKenzie

📋 copy color: '#8E6E41'

red 142 ◦ green 110 ◦ blue 65

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

Shades of McKenzie #8E6E41

Tints of McKenzie #8E6E41

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.7%

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

R = 44.79%
G = 34.7%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8E6E41 (or 0x8E6E41) is known color: McKenzie. HEX triplet: 8E, 6E and 41. RGB value is (142,110,65). Sum of RGB (Red+Green+Blue) = 142+110+65=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6E41 is #7191BE. Grayscale: #727272. Windows color (decimal): -7442879 or 4288142. OLE color: 4288142.

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

Color convert

RGB 142 110 65 -
CMYK 0 0.23 0.54 0.44
HSL 35.06º 0.37% 0.41% -
HSV(B) 35.06º 0.54% 0.56% -
XYZ 17.69 17.28 7.41 -
YUV 114.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 142 110 65 0 0.23 0.54 0.44 35.06 0.37 0.41
Hex 8E 6E 41 0 17 36 2C 23 25 29
Octal 216 156 101 0 27 66 54 43 45 51
Binary 10001110 1101110 1000001 0 10111 110110 101100 100011 100101 101001

Color Harmonies of #8E6E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6E41

Black with #8E6E41

Text Example


Text Example

White with #8E6E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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