Html Css Color HEX #986D40 McKenzie

📋 copy color: '#986D40'

red 152 ◦ green 109 ◦ blue 64

#986D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of McKenzie #986D40

Tints of McKenzie #986D40

RGB

 RED value IS 152 (59.77% from 255) = 46.77%

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 46.77%
G = 33.54%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#986D40 (or 0x986D40) is known color: McKenzie. HEX triplet: 98, 6D and 40. RGB value is (152,109,64). Sum of RGB (Red+Green+Blue) = 152+109+64=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #986D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D40 is #6792BF. Grayscale: #747474. Windows color (decimal): -6787776 or 4222360. OLE color: 4222360.

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

Color convert

RGB 152 109 64 -
CMYK 0 0.28 0.58 0.40
HSL 30.68º 0.41% 0.42% -
HSV(B) 30.68º 0.58% 0.6% -
XYZ 19.34 17.98 7.3 -
YUV 116.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 152 109 64 0 0.28 0.58 0.40 30.68 0.41 0.42
Hex 98 6D 40 0 1C 3A 28 1F 29 2A
Octal 230 155 100 0 34 72 50 37 51 52
Binary 10011000 1101101 1000000 0 11100 111010 101000 11111 101001 101010

Color Harmonies of #986D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D40

Black with #986D40

Text Example


Text Example

White with #986D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #986D40;
 }
 .AnyTagClassName
 {
   color: #986D40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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