#8D6840

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

Shades of McKenzie #8D6840

Tints of McKenzie #8D6840

Color information

#8D6840 (or 0x8D6840) is unknown color: approx McKenzie. HEX triplet: 8D, 68 and 40. RGB value is (141,104,64). Sum of RGB (Red+Green+Blue) = 141+104+64=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6840 is #7297BF. Grayscale: #6E6E6E. Windows color (decimal): -7509952 or 4221069. OLE color: 4221069.

HSL color Cylindrical-coordinate representation of color #8D6840: hue angle of 31.17º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D6840 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB14110464-
CMYK00.260.550.45
HSL31.17º37.56%40.2%-
HSV(B)31.17º54.61%55.29%-
XYZ16.8615.937.04-
YUV110.5101.76149.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.63%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 64 (25.39% from 255) = 20.71%
R=45.63%
G=33.66%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411046400.260.550.4531.1737.5640.2
Hex8D684001A372D1f2628
Octal2151501000326755374650
Binary100011011101000100000001101011011110110111111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,104,64); }

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

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

 a { background-color: rgb(141,104,64); }

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

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

 span { border-color: rgb(141,104,64); }

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