#8D6A39

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

Shades of McKenzie #8D6A39

Tints of McKenzie #8D6A39

Color information

#8D6A39 (or 0x8D6A39) is unknown color: approx McKenzie. HEX triplet: 8D, 6A and 39. RGB value is (141,106,57). Sum of RGB (Red+Green+Blue) = 141+106+57=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6A39 is #7295C6. Grayscale: #6F6F6F. Windows color (decimal): -7509447 or 3762829. OLE color: 3762829.

HSL color Cylindrical-coordinate representation of color #8D6A39: hue angle of 35º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D6A39 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB14110657-
CMYK00.250.600.45
HSL35º42.42%38.82%-
HSV(B)35º59.57%55.29%-
XYZ16.8816.276.12-
YUV110.8897.6149.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 57 (22.66% from 255) = 18.75%
R=46.38%
G=34.87%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411065700.250.600.453542.4238.82
Hex8D6A390193C2D232a27
Octal215152710317455435247
Binary100011011101010111001011001111100101101100011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,106,57); }

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

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

 a { background-color: rgb(141,106,57); }

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

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

 span { border-color: rgb(141,106,57); }

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