Html Css Color HEX #8E6C3C McKenzie

📋 copy color: '#8E6C3C'

red 142 ◦ green 108 ◦ blue 60

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

Shades of McKenzie #8E6C3C

Tints of McKenzie #8E6C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.84%

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 45.81%
G = 34.84%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E6C3C (or 0x8E6C3C) is known color: McKenzie. HEX triplet: 8E, 6C and 3C. RGB value is (142,108,60). Sum of RGB (Red+Green+Blue) = 142+108+60=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6C3C is #7193C3. Grayscale: #707070. Windows color (decimal): -7443396 or 3959950. OLE color: 3959950.

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

Color convert

RGB 142 108 60 -
CMYK 0 0.24 0.58 0.44
HSL 35.12º 0.41% 0.4% -
HSV(B) 35.12º 0.58% 0.56% -
XYZ 17.33 16.8 6.6 -
YUV 112.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 142 108 60 0 0.24 0.58 0.44 35.12 0.41 0.4
Hex 8E 6C 3C 0 18 3A 2C 23 29 28
Octal 216 154 74 0 30 72 54 43 51 50
Binary 10001110 1101100 111100 0 11000 111010 101100 100011 101001 101000

Color Harmonies of #8E6C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6C3C

Black with #8E6C3C

Text Example


Text Example

White with #8E6C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,108,60); }

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

background-color css

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

 a { background-color: rgb(142,108,60); }

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

border-color css

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

 span { border-color: rgb(142,108,60); }

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