Html Css Color HEX #986940 McKenzie

📋 copy color: '#986940'

red 152 ◦ green 105 ◦ blue 64

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

Shades of McKenzie #986940

Tints of McKenzie #986940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

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

R = 47.35%
G = 32.71%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#986940 (or 0x986940) is known color: McKenzie. HEX triplet: 98, 69 and 40. RGB value is (152,105,64). Sum of RGB (Red+Green+Blue) = 152+105+64=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #986940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986940 is #6796BF. Grayscale: #727272. Windows color (decimal): -6788800 or 4221336. OLE color: 4221336.

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

Color convert

RGB 152 105 64 -
CMYK 0 0.31 0.58 0.40
HSL 27.95º 0.41% 0.42% -
HSV(B) 27.95º 0.58% 0.6% -
XYZ 18.93 17.15 7.16 -
YUV 114.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 152 105 64 0 0.31 0.58 0.40 27.95 0.41 0.42
Hex 98 69 40 0 1F 3A 28 1C 29 2A
Octal 230 151 100 0 37 72 50 34 51 52
Binary 10011000 1101001 1000000 0 11111 111010 101000 11100 101001 101010

Color Harmonies of #986940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986940

Black with #986940

Text Example


Text Example

White with #986940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986940; }

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

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

background-color css

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

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

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

border-color css

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

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

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