#986C41

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

Shades of McKenzie #986C41

Tints of McKenzie #986C41

Color information

#986C41 (or 0x986C41) is unknown color: approx McKenzie. HEX triplet: 98, 6C and 41. RGB value is (152,108,65). Sum of RGB (Red+Green+Blue) = 152+108+65=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #986C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C41 is #6793BE. Grayscale: #747474. Windows color (decimal): -6788031 or 4287640. OLE color: 4287640.

HSL color Cylindrical-coordinate representation of color #986C41: hue angle of 29.66º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #986C41 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB15210865-
CMYK00.290.570.40
HSL29.66º40.09%42.55%-
HSV(B)29.66º57.24%59.61%-
XYZ19.2717.787.42-
YUV116.2599.08153.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 65 (25.78% from 255) = 20%
R=46.77%
G=33.23%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521086500.290.570.4029.6640.0942.55
Hex986C4101D39281e282b
Octal2301541010357150365053
Binary100110001101100100000101110111100110100011110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,108,65); }

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

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

 a { background-color: rgb(152,108,65); }

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

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

 span { border-color: rgb(152,108,65); }

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