#8E693F

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

Shades of McKenzie #8E693F

Tints of McKenzie #8E693F

Color information

#8E693F (or 0x8E693F) is unknown color: approx McKenzie. HEX triplet: 8E, 69 and 3F. RGB value is (142,105,63). Sum of RGB (Red+Green+Blue) = 142+105+63=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E693F is #7196C0. Grayscale: #6F6F6F. Windows color (decimal): -7444161 or 4155790. OLE color: 4155790.

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

Color convert

RGB14210563-
CMYK00.260.560.44
HSL31.9º38.54%40.2%-
HSV(B)31.9º55.63%55.69%-
XYZ17.116.216.93-
YUV111.28100.76149.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.81%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 63 (25% from 255) = 20.32%
R=45.81%
G=33.87%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421056300.260.560.4431.938.5440.2
Hex8E693F01A382C202728
Octal216151770327054404750
Binary100011101101001111111011010111000101100100000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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