#8F6A3B

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

Shades of McKenzie #8F6A3B

Tints of McKenzie #8F6A3B

Color information

#8F6A3B (or 0x8F6A3B) is unknown color: approx McKenzie. HEX triplet: 8F, 6A and 3B. RGB value is (143,106,59). Sum of RGB (Red+Green+Blue) = 143+106+59=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6A3B is #7095C4. Grayscale: #6F6F6F. Windows color (decimal): -7378373 or 3893903. OLE color: 3893903.

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

Color convert

RGB14310659-
CMYK00.260.590.44
HSL33.57º41.58%39.61%-
HSV(B)33.57º58.74%56.08%-
XYZ17.2716.466.41-
YUV111.798.26150.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.43%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 59 (23.44% from 255) = 19.16%
R=46.43%
G=34.42%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431065900.260.590.4433.5741.5839.61
Hex8F6A3B01A3B2C222a28
Octal217152730327354425250
Binary100011111101010111011011010111011101100100010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,106,59); }

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

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

 a { background-color: rgb(143,106,59); }

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

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

 span { border-color: rgb(143,106,59); }

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