#8F673F

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

Shades of McKenzie #8F673F

Tints of McKenzie #8F673F

Color information

#8F673F (or 0x8F673F) is unknown color: approx McKenzie. HEX triplet: 8F, 67 and 3F. RGB value is (143,103,63). Sum of RGB (Red+Green+Blue) = 143+103+63=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F673F is #7098C0. Grayscale: #6E6E6E. Windows color (decimal): -7379137 or 4155279. OLE color: 4155279.

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

Color convert

RGB14310363-
CMYK00.280.560.44
HSL30º38.83%40.39%-
HSV(B)30º55.94%56.08%-
XYZ17.0815.96.87-
YUV110.4101.25151.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.28%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 20.39%
R=46.28%
G=33.33%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431036300.280.560.443038.8340.39
Hex8F673F01C382C1e2728
Octal217147770347054364750
Binary10001111110011111111101110011100010110011110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,103,63); }

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

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

 a { background-color: rgb(143,103,63); }

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

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

 span { border-color: rgb(143,103,63); }

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