#986E3F

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

Shades of McKenzie #986E3F

Tints of McKenzie #986E3F

Color information

#986E3F (or 0x986E3F) is unknown color: approx McKenzie. HEX triplet: 98, 6E and 3F. RGB value is (152,110,63). Sum of RGB (Red+Green+Blue) = 152+110+63=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #986E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E3F is #6791C0. Grayscale: #757575. Windows color (decimal): -6787521 or 4157080. OLE color: 4157080.

HSL color Cylindrical-coordinate representation of color #986E3F: hue angle of 31.69º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #986E3F is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB15211063-
CMYK00.280.590.40
HSL31.69º41.4%42.16%-
HSV(B)31.69º58.55%59.61%-
XYZ19.4218.197.19-
YUV117.297.41152.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 63 (25% from 255) = 19.38%
R=46.77%
G=33.85%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521106300.280.590.4031.6941.442.16
Hex986E3F01C3B2820292a
Octal230156770347350405152
Binary100110001101110111111011100111011101000100000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986E3F; }

 p { color: rgb(152,110,63); }

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

<style>
 a { background-color: #986E3F; }

 a { background-color: rgb(152,110,63); }

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

<style>
 span { border-color: #986E3F; }

 span { border-color: rgb(152,110,63); }

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