Html Css Color HEX #8E6A40 McKenzie

📋 copy color: '#8E6A40'

red 142 ◦ green 106 ◦ blue 64

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

Shades of McKenzie #8E6A40

Tints of McKenzie #8E6A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.97%

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

R = 45.51%
G = 33.97%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#8E6A40 (or 0x8E6A40) is known color: McKenzie. HEX triplet: 8E, 6A and 40. RGB value is (142,106,64). Sum of RGB (Red+Green+Blue) = 142+106+64=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6A40 is #7195BF. Grayscale: #707070. Windows color (decimal): -7443904 or 4221582. OLE color: 4221582.

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

Color convert

RGB 142 106 64 -
CMYK 0 0.25 0.55 0.44
HSL 32.31º 0.38% 0.4% -
HSV(B) 32.31º 0.55% 0.56% -
XYZ 17.23 16.43 7.11 -
YUV 111.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 142 106 64 0 0.25 0.55 0.44 32.31 0.38 0.4
Hex 8E 6A 40 0 19 37 2C 20 26 28
Octal 216 152 100 0 31 67 54 40 46 50
Binary 10001110 1101010 1000000 0 11001 110111 101100 100000 100110 101000

Color Harmonies of #8E6A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6A40

Black with #8E6A40

Text Example


Text Example

White with #8E6A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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