#8C6743

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

Shades of McKenzie #8C6743

Tints of McKenzie #8C6743

Color information

#8C6743 (or 0x8C6743) is unknown color: approx McKenzie. HEX triplet: 8C, 67 and 43. RGB value is (140,103,67). Sum of RGB (Red+Green+Blue) = 140+103+67=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6743 is #7398BC. Grayscale: #6E6E6E. Windows color (decimal): -7575741 or 4417420. OLE color: 4417420.

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

Color convert

RGB14010367-
CMYK00.260.520.45
HSL29.59º35.27%40.59%-
HSV(B)29.59º52.14%54.9%-
XYZ16.6815.687.46-
YUV109.96103.76149.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 67 (26.56% from 255) = 21.61%
R=45.16%
G=33.23%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401036700.260.520.4529.5935.2740.59
Hex8C674301A342D1e2329
Octal2141471030326455364351
Binary100011001100111100001101101011010010110111110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,103,67); }

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

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

 a { background-color: rgb(140,103,67); }

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

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

 span { border-color: rgb(140,103,67); }

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