#8E663F

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

Shades of McKenzie #8E663F

Tints of McKenzie #8E663F

Color information

#8E663F (or 0x8E663F) is unknown color: approx McKenzie. HEX triplet: 8E, 66 and 3F. RGB value is (142,102,63). Sum of RGB (Red+Green+Blue) = 142+102+63=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E663F is #7199C0. Grayscale: #6D6D6D. Windows color (decimal): -7444929 or 4155022. OLE color: 4155022.

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

Color convert

RGB14210263-
CMYK00.280.560.44
HSL29.62º38.54%40.2%-
HSV(B)29.62º55.63%55.69%-
XYZ16.815.616.83-
YUV109.51101.75151.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 63 (25% from 255) = 20.52%
R=46.25%
G=33.22%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421026300.280.560.4429.6238.5440.2
Hex8E663F01C382C1e2728
Octal216146770347054364750
Binary10001110110011011111101110011100010110011110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,102,63); }

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

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

 a { background-color: rgb(142,102,63); }

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

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

 span { border-color: rgb(142,102,63); }

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