#8E6A3C

Color #8E6A3C McKenzie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of McKenzie #8E6A3C

Tints of McKenzie #8E6A3C

Color information

#8E6A3C (or 0x8E6A3C) is unknown color: approx McKenzie. HEX triplet: 8E, 6A and 3C. RGB value is (142,106,60). Sum of RGB (Red+Green+Blue) = 142+106+60=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6A3C is #7195C3. Grayscale: #6F6F6F. Windows color (decimal): -7443908 or 3959438. OLE color: 3959438.

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

Color convert

RGB14210660-
CMYK00.250.580.44
HSL33.66º40.59%39.61%-
HSV(B)33.66º57.75%55.69%-
XYZ17.1216.396.54-
YUV111.5298.93149.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=46.10%
G=34.42%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421066000.250.580.4433.6640.5939.61
Hex8E6A3C0193A2C222928
Octal216152740317254425150
Binary100011101101010111100011001111010101100100010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E6A3C;
 }
 .AnyTagClassName
 {
   color: #8E6A3C;
 }
</style>
background-color css

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

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

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

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

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

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