Html Css Color HEX #986C40 McKenzie

📋 copy color: '#986C40'

red 152 ◦ green 108 ◦ blue 64

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

Shades of McKenzie #986C40

Tints of McKenzie #986C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.33%

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

R = 46.91%
G = 33.33%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#986C40 (or 0x986C40) is known color: McKenzie. HEX triplet: 98, 6C and 40. RGB value is (152,108,64). Sum of RGB (Red+Green+Blue) = 152+108+64=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #986C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C40 is #6793BF. Grayscale: #747474. Windows color (decimal): -6788032 or 4222104. OLE color: 4222104.

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

Color convert

RGB 152 108 64 -
CMYK 0 0.29 0.58 0.40
HSL 30º 0.41% 0.42% -
HSV(B) 30º 0.58% 0.6% -
XYZ 19.24 17.77 7.27 -
YUV 116.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 152 108 64 0 0.29 0.58 0.40 30 0.41 0.42
Hex 98 6C 40 0 1D 3A 28 1E 29 2A
Octal 230 154 100 0 35 72 50 36 51 52
Binary 10011000 1101100 1000000 0 11101 111010 101000 11110 101001 101010

Color Harmonies of #986C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C40

Black with #986C40

Text Example


Text Example

White with #986C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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