Html Css Color HEX #986F40 McKenzie

📋 copy color: '#986F40'

red 152 ◦ green 111 ◦ blue 64

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

Shades of McKenzie #986F40

Tints of McKenzie #986F40

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 value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#986F40 (or 0x986F40) is known color: 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

RGB 152 111 64 -
CMYK 0 0.27 0.58 0.40
HSL 32.05º 0.41% 0.42% -
HSV(B) 32.05º 0.58% 0.6% -
XYZ 19.56 18.41 7.37 -
YUV 117.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 152 111 64 0 0.27 0.58 0.40 32.05 0.41 0.42
Hex 98 6F 40 0 1B 3A 28 20 29 2A
Octal 230 157 100 0 33 72 50 40 51 52
Binary 10011000 1101111 1000000 0 11011 111010 101000 100000 101001 101010

Color Harmonies of #986F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F40

Black with #986F40

Text Example


Text Example

White with #986F40

Text Example


Text Example

HTML Codes & Css Web 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>