#986840

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

Shades of McKenzie #986840

Tints of McKenzie #986840

Color information

#986840 (or 0x986840) is unknown color: approx McKenzie. HEX triplet: 98, 68 and 40. RGB value is (152,104,64). Sum of RGB (Red+Green+Blue) = 152+104+64=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #986840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986840 is #6797BF. Grayscale: #727272. Windows color (decimal): -6789056 or 4221080. OLE color: 4221080.

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

Color convert

RGB15210464-
CMYK00.320.580.40
HSL27.27º40.74%42.35%-
HSV(B)27.27º57.89%59.61%-
XYZ18.8216.957.13-
YUV113.7999.9155.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 64 (25.39% from 255) = 20%
R=47.5%
G=32.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521046400.320.580.4027.2740.7442.35
Hex9868400203A281b292a
Octal2301501000407250335152
Binary1001100011010001000000010000011101010100011011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986840; }

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

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

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

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

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

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

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

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