Html Css Color HEX #986F84 Strikemaster

📋 copy color: '#986F84'

red 152 ◦ green 111 ◦ blue 132

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

Shades of Strikemaster #986F84

Tints of Strikemaster #986F84

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 38.48%
G = 28.1%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#986F84 (or 0x986F84) is known color: Strikemaster. HEX triplet: 98, 6F and 84. RGB value is (152,111,132). Sum of RGB (Red+Green+Blue) = 152+111+132=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #986F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986F84 is #67907B. Grayscale: #7D7D7D. Windows color (decimal): -6787196 or 8679320. OLE color: 8679320.

HSL color Cylindrical-coordinate representation of color #986F84: hue angle of 329.27º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #986F84 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 111 132 -
CMYK 0 0.27 0.13 0.40
HSL 329.27º 0.17% 0.52% -
HSV(B) 329.27º 0.27% 0.6% -
XYZ 22.8 19.71 24.43 -
YUV 125.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 152 111 132 0 0.27 0.13 0.40 329.27 0.17 0.52
Hex 98 6F 84 0 1B D 28 149 11 34
Octal 230 157 204 0 33 15 50 511 21 64
Binary 10011000 1101111 10000100 0 11011 1101 101000 101001001 10001 110100

Color Harmonies of #986F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F84

Black with #986F84

Text Example


Text Example

White with #986F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,111,132); }

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

background-color css

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

 a { background-color: rgb(152,111,132); }

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

border-color css

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

 span { border-color: rgb(152,111,132); }

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