#986F40

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

Shades of McKenzie #986F40

Tints of McKenzie #986F40

Color information

#986F40 (or 0x986F40) is unknown color: approx McKenzie. HEX triplet: 98, 6F and 40. RGB value is (152,111,64). Sum of RGB (Red+Green+Blue) = 152+111+64=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #986F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F40 is #6790BF. Grayscale: #767676. Windows color (decimal): -6787264 or 4222872. OLE color: 4222872.

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

Color convert

RGB15211164-
CMYK00.270.580.40
HSL32.05º40.74%42.35%-
HSV(B)32.05º57.89%59.61%-
XYZ19.5618.417.37-
YUV117.997.58152.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=46.48%
G=33.94%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521116400.270.580.4032.0540.7442.35
Hex986F4001B3A2820292a
Octal2301571000337250405152
Binary1001100011011111000000011011111010101000100000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,111,64); }

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

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

 a { background-color: rgb(152,111,64); }

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

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

 span { border-color: rgb(152,111,64); }

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