#8E6831

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

Shades of McKenzie #8E6831

Tints of McKenzie #8E6831

Color information

#8E6831 (or 0x8E6831) is unknown color: approx McKenzie. HEX triplet: 8E, 68 and 31. RGB value is (142,104,49). Sum of RGB (Red+Green+Blue) = 142+104+49=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6831 is #7197CE. Grayscale: #6D6D6D. Windows color (decimal): -7444431 or 3238030. OLE color: 3238030.

HSL color Cylindrical-coordinate representation of color #8E6831: hue angle of 35.48º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E6831 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB14210449-
CMYK00.270.650.44
HSL35.48º48.69%37.45%-
HSV(B)35.48º65.49%55.69%-
XYZ16.6615.875.09-
YUV109.0994.09151.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.14%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=48.14%
G=35.25%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421044900.270.650.4435.4848.6937.45
Hex8E683101B412C233125
Octal2161506103310154436145
Binary1000111011010001100010110111000001101100100011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,49); }

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

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

 a { background-color: rgb(142,104,49); }

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

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

 span { border-color: rgb(142,104,49); }

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