Html Css Color HEX #986F81 Strikemaster

📋 copy color: '#986F81'

red 152 ◦ green 111 ◦ blue 129

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

Shades of Strikemaster #986F81

Tints of Strikemaster #986F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 38.78%
G = 28.32%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#986F81 (or 0x986F81) is known color: Strikemaster. HEX triplet: 98, 6F and 81. RGB value is (152,111,129). Sum of RGB (Red+Green+Blue) = 152+111+129=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #986F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986F81 is #67907E. Grayscale: #7D7D7D. Windows color (decimal): -6787199 or 8482712. OLE color: 8482712.

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

Color convert

RGB 152 111 129 -
CMYK 0 0.27 0.15 0.40
HSL 333.66º 0.17% 0.52% -
HSV(B) 333.66º 0.27% 0.6% -
XYZ 22.6 19.63 23.37 -
YUV 125.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 152 111 129 0 0.27 0.15 0.40 333.66 0.17 0.52
Hex 98 6F 81 0 1B F 28 14E 11 34
Octal 230 157 201 0 33 17 50 516 21 64
Binary 10011000 1101111 10000001 0 11011 1111 101000 101001110 10001 110100

Color Harmonies of #986F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F81

Black with #986F81

Text Example


Text Example

White with #986F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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