#8E633F

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

Shades of McKenzie #8E633F

Tints of McKenzie #8E633F

Color information

#8E633F (or 0x8E633F) is unknown color: approx McKenzie. HEX triplet: 8E, 63 and 3F. RGB value is (142,99,63). Sum of RGB (Red+Green+Blue) = 142+99+63=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E633F is #719CC0. Grayscale: #6B6B6B. Windows color (decimal): -7445697 or 4154254. OLE color: 4154254.

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

Color convert

RGB1429963-
CMYK00.300.560.44
HSL27.34º38.54%40.2%-
HSV(B)27.34º55.63%55.69%-
XYZ16.5115.036.73-
YUV107.75102.75152.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.71%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 63 (25% from 255) = 20.72%
R=46.71%
G=32.57%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142996300.300.560.4427.3438.5440.2
Hex8E633F01E382C1b2728
Octal216143770367054334750
Binary10001110110001111111101111011100010110011011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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