Html Css Color HEX #986F82 Strikemaster

📋 copy color: '#986F82'

red 152 ◦ green 111 ◦ blue 130

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

Shades of Strikemaster #986F82

Tints of Strikemaster #986F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 38.68%
G = 28.24%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#986F82 (or 0x986F82) is known color: Strikemaster. HEX triplet: 98, 6F and 82. RGB value is (152,111,130). Sum of RGB (Red+Green+Blue) = 152+111+130=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #986F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986F82 is #67907D. Grayscale: #7D7D7D. Windows color (decimal): -6787198 or 8548248. OLE color: 8548248.

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

Color convert

RGB 152 111 130 -
CMYK 0 0.27 0.14 0.40
HSL 332.2º 0.17% 0.52% -
HSV(B) 332.2º 0.27% 0.6% -
XYZ 22.66 19.66 23.72 -
YUV 125.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 152 111 130 0 0.27 0.14 0.40 332.2 0.17 0.52
Hex 98 6F 82 0 1B E 28 14C 11 34
Octal 230 157 202 0 33 16 50 514 21 64
Binary 10011000 1101111 10000010 0 11011 1110 101000 101001100 10001 110100

Color Harmonies of #986F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F82

Black with #986F82

Text Example


Text Example

White with #986F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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