Html Css Color HEX #986B40 McKenzie

📋 copy color: '#986B40'

red 152 ◦ green 107 ◦ blue 64

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

Shades of McKenzie #986B40

Tints of McKenzie #986B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.13%

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

R = 47.06%
G = 33.13%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#986B40 (or 0x986B40) is known color: McKenzie. HEX triplet: 98, 6B and 40. RGB value is (152,107,64). Sum of RGB (Red+Green+Blue) = 152+107+64=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #986B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986B40 is #6794BF. Grayscale: #737373. Windows color (decimal): -6788288 or 4221848. OLE color: 4221848.

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

Color convert

RGB 152 107 64 -
CMYK 0 0.30 0.58 0.40
HSL 29.32º 0.41% 0.42% -
HSV(B) 29.32º 0.58% 0.6% -
XYZ 19.13 17.56 7.23 -
YUV 115.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 152 107 64 0 0.30 0.58 0.40 29.32 0.41 0.42
Hex 98 6B 40 0 1E 3A 28 1D 29 2A
Octal 230 153 100 0 36 72 50 35 51 52
Binary 10011000 1101011 1000000 0 11110 111010 101000 11101 101001 101010

Color Harmonies of #986B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B40

Black with #986B40

Text Example


Text Example

White with #986B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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