#8F6C46

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

Shades of McKenzie #8F6C46

Tints of McKenzie #8F6C46

Color information

#8F6C46 (or 0x8F6C46) is unknown color: approx McKenzie. HEX triplet: 8F, 6C and 46. RGB value is (143,108,70). Sum of RGB (Red+Green+Blue) = 143+108+70=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6C46 is #7093B9. Grayscale: #727272. Windows color (decimal): -7377850 or 4615311. OLE color: 4615311.

HSL color Cylindrical-coordinate representation of color #8F6C46: hue angle of 31.23º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F6C46 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB14310870-
CMYK00.240.510.44
HSL31.23º34.27%41.76%-
HSV(B)31.23º51.05%56.08%-
XYZ17.817.018.14-
YUV114.13103.1148.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.55%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=44.55%
G=33.64%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431087000.240.510.4431.2334.2741.76
Hex8F6C46018332C1f222a
Octal2171541060306354374252
Binary100011111101100100011001100011001110110011111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,108,70); }

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

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

 a { background-color: rgb(143,108,70); }

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

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

 span { border-color: rgb(143,108,70); }

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