#986A40

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

Shades of McKenzie #986A40

Tints of McKenzie #986A40

Color information

#986A40 (or 0x986A40) is unknown color: approx McKenzie. HEX triplet: 98, 6A and 40. RGB value is (152,106,64). Sum of RGB (Red+Green+Blue) = 152+106+64=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #986A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A40 is #6795BF. Grayscale: #737373. Windows color (decimal): -6788544 or 4221592. OLE color: 4221592.

HSL color Cylindrical-coordinate representation of color #986A40: hue angle of 28.64º 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 #986A40 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB15210664-
CMYK00.300.580.40
HSL28.64º40.74%42.35%-
HSV(B)28.64º57.89%59.61%-
XYZ19.0317.357.2-
YUV114.9799.24154.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=47.20%
G=32.92%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521066400.300.580.4028.6440.7442.35
Hex986A4001E3A281d292a
Octal2301521000367250355152
Binary100110001101010100000001111011101010100011101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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