#8D6740

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

Shades of McKenzie #8D6740

Tints of McKenzie #8D6740

Color information

#8D6740 (or 0x8D6740) is unknown color: approx McKenzie. HEX triplet: 8D, 67 and 40. RGB value is (141,103,64). Sum of RGB (Red+Green+Blue) = 141+103+64=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6740 is #7298BF. Grayscale: #6E6E6E. Windows color (decimal): -7510208 or 4220813. OLE color: 4220813.

HSL color Cylindrical-coordinate representation of color #8D6740: hue angle of 30.39º 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 #8D6740 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB14110364-
CMYK00.270.550.45
HSL30.39º37.56%40.2%-
HSV(B)30.39º54.61%55.29%-
XYZ16.7615.737-
YUV109.92102.09150.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=45.78%
G=33.44%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411036400.270.550.4530.3937.5640.2
Hex8D674001B372D1e2628
Octal2151471000336755364650
Binary100011011100111100000001101111011110110111110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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