#8D663D

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

Shades of McKenzie #8D663D

Tints of McKenzie #8D663D

Color information

#8D663D (or 0x8D663D) is unknown color: approx McKenzie. HEX triplet: 8D, 66 and 3D. RGB value is (141,102,61). Sum of RGB (Red+Green+Blue) = 141+102+61=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D663D is #7299C2. Grayscale: #6D6D6D. Windows color (decimal): -7510467 or 4023949. OLE color: 4023949.

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

Color convert

RGB14110261-
CMYK00.280.570.45
HSL30.75º39.6%39.61%-
HSV(B)30.75º56.74%55.29%-
XYZ16.5815.56.53-
YUV108.99100.92150.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 61 (24.22% from 255) = 20.07%
R=46.38%
G=33.55%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411026100.280.570.4530.7539.639.61
Hex8D663D01C392D1f2828
Octal215146750347155375050
Binary10001101110011011110101110011100110110111111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,61); }

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

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

 a { background-color: rgb(141,102,61); }

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

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

 span { border-color: rgb(141,102,61); }

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