Html Css Color HEX #986E80 Strikemaster

📋 copy color: '#986E80'

red 152 ◦ green 110 ◦ blue 128

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

Shades of Strikemaster #986E80

Tints of Strikemaster #986E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.21%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 38.97%
G = 28.21%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#986E80 (or 0x986E80) is known color: Strikemaster. HEX triplet: 98, 6E and 80. RGB value is (152,110,128). Sum of RGB (Red+Green+Blue) = 152+110+128=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #986E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986E80 is #67917F. Grayscale: #7C7C7C. Windows color (decimal): -6787456 or 8416920. OLE color: 8416920.

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

Color convert

RGB 152 110 128 -
CMYK 0 0.28 0.16 0.40
HSL 334.29º 0.17% 0.51% -
HSV(B) 334.29º 0.28% 0.6% -
XYZ 22.42 19.39 22.98 -
YUV 124.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 152 110 128 0 0.28 0.16 0.40 334.29 0.17 0.51
Hex 98 6E 80 0 1C 10 28 14E 11 33
Octal 230 156 200 0 34 20 50 516 21 63
Binary 10011000 1101110 10000000 0 11100 10000 101000 101001110 10001 110011

Color Harmonies of #986E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986E80

Black with #986E80

Text Example


Text Example

White with #986E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,110,128); }

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

background-color css

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

 a { background-color: rgb(152,110,128); }

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

border-color css

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

 span { border-color: rgb(152,110,128); }

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