#8D663B

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

Shades of McKenzie #8D663B

Tints of McKenzie #8D663B

Color information

#8D663B (or 0x8D663B) is unknown color: approx McKenzie. HEX triplet: 8D, 66 and 3B. RGB value is (141,102,59). Sum of RGB (Red+Green+Blue) = 141+102+59=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D663B is #7299C4. Grayscale: #6C6C6C. Windows color (decimal): -7510469 or 3892877. OLE color: 3892877.

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

Color convert

RGB14110259-
CMYK00.280.580.45
HSL31.46º41%39.22%-
HSV(B)31.46º58.16%55.29%-
XYZ16.5315.486.25-
YUV108.7699.92151-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=46.69%
G=33.77%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411025900.280.580.4531.464139.22
Hex8D663B01C3A2D1f2927
Octal215146730347255375147
Binary10001101110011011101101110011101010110111111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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