#8E653B

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

Shades of McKenzie #8E653B

Tints of McKenzie #8E653B

Color information

#8E653B (or 0x8E653B) is unknown color: approx McKenzie. HEX triplet: 8E, 65 and 3B. RGB value is (142,101,59). Sum of RGB (Red+Green+Blue) = 142+101+59=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E653B is #719AC4. Grayscale: #6C6C6C. Windows color (decimal): -7445189 or 3892622. OLE color: 3892622.

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

Color convert

RGB14210159-
CMYK00.290.580.44
HSL30.36º41.29%39.41%-
HSV(B)30.36º58.45%55.69%-
XYZ16.615.376.23-
YUV108.47100.08151.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=47.02%
G=33.44%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421015900.290.580.4430.3641.2939.41
Hex8E653B01D3A2C1e2927
Octal216145730357254365147
Binary10001110110010111101101110111101010110011110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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