Html Css Color HEX #986D82 Strikemaster

📋 copy color: '#986D82'

red 152 ◦ green 109 ◦ blue 130

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

Shades of Strikemaster #986D82

Tints of Strikemaster #986D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.88%

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

R = 38.87%
G = 27.88%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#986D82 (or 0x986D82) is known color: Strikemaster. HEX triplet: 98, 6D and 82. RGB value is (152,109,130). Sum of RGB (Red+Green+Blue) = 152+109+130=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #986D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D82 is #67927D. Grayscale: #7C7C7C. Windows color (decimal): -6787710 or 8547736. OLE color: 8547736.

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

Color convert

RGB 152 109 130 -
CMYK 0 0.28 0.14 0.40
HSL 330.7º 0.17% 0.51% -
HSV(B) 330.7º 0.28% 0.6% -
XYZ 22.45 19.22 23.65 -
YUV 124.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 152 109 130 0 0.28 0.14 0.40 330.7 0.17 0.51
Hex 98 6D 82 0 1C E 28 14B 11 33
Octal 230 155 202 0 34 16 50 513 21 63
Binary 10011000 1101101 10000010 0 11100 1110 101000 101001011 10001 110011

Color Harmonies of #986D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D82

Black with #986D82

Text Example


Text Example

White with #986D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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