#8C663C

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

Shades of McKenzie #8C663C

Tints of McKenzie #8C663C

Color information

#8C663C (or 0x8C663C) is unknown color: approx McKenzie. HEX triplet: 8C, 66 and 3C. RGB value is (140,102,60). Sum of RGB (Red+Green+Blue) = 140+102+60=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C663C is #7399C3. Grayscale: #6C6C6C. Windows color (decimal): -7576004 or 3958412. OLE color: 3958412.

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

Color convert

RGB14010260-
CMYK00.270.570.45
HSL31.5º40%39.22%-
HSV(B)31.5º57.14%54.9%-
XYZ16.3815.46.38-
YUV108.57100.59150.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.36%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=46.36%
G=33.77%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401026000.270.570.4531.54039.22
Hex8C663C01B392D1f2827
Octal214146740337155375047
Binary10001100110011011110001101111100110110111111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,102,60); }

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

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

 a { background-color: rgb(140,102,60); }

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

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

 span { border-color: rgb(140,102,60); }

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