#8E653D

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

Shades of McKenzie #8E653D

Tints of McKenzie #8E653D

Color information

#8E653D (or 0x8E653D) is unknown color: approx McKenzie. HEX triplet: 8E, 65 and 3D. RGB value is (142,101,61). Sum of RGB (Red+Green+Blue) = 142+101+61=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E653D is #719AC2. Grayscale: #6C6C6C. Windows color (decimal): -7445187 or 4023694. OLE color: 4023694.

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

Color convert

RGB14210161-
CMYK00.290.570.44
HSL29.63º39.9%39.8%-
HSV(B)29.63º57.04%55.69%-
XYZ16.6515.46.51-
YUV108.7101.08151.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.71%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 61 (24.22% from 255) = 20.07%
R=46.71%
G=33.22%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421016100.290.570.4429.6339.939.8
Hex8E653D01D392C1e2828
Octal216145750357154365050
Binary10001110110010111110101110111100110110011110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,61); }

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

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

 a { background-color: rgb(142,101,61); }

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

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

 span { border-color: rgb(142,101,61); }

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