#8F6B3D

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

Shades of McKenzie #8F6B3D

Tints of McKenzie #8F6B3D

Color information

#8F6B3D (or 0x8F6B3D) is unknown color: approx McKenzie. HEX triplet: 8F, 6B and 3D. RGB value is (143,107,61). Sum of RGB (Red+Green+Blue) = 143+107+61=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6B3D is #7094C2. Grayscale: #707070. Windows color (decimal): -7378115 or 4025231. OLE color: 4025231.

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

Color convert

RGB14310761-
CMYK00.250.570.44
HSL33.66º40.2%40%-
HSV(B)33.66º57.34%56.08%-
XYZ17.4316.696.72-
YUV112.5298.93149.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.98%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=45.98%
G=34.41%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431076100.250.570.4433.6640.240
Hex8F6B3D019392C222828
Octal217153750317154425050
Binary100011111101011111101011001111001101100100010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,107,61); }

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

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

 a { background-color: rgb(143,107,61); }

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

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

 span { border-color: rgb(143,107,61); }

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