Html Css Color HEX #986479 Strikemaster

📋 copy color: '#986479'

red 152 ◦ green 100 ◦ blue 121

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

Shades of Strikemaster #986479

Tints of Strikemaster #986479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 40.75%
G = 26.81%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#986479 (or 0x986479) is known color: Strikemaster. HEX triplet: 98, 64 and 79. RGB value is (152,100,121). Sum of RGB (Red+Green+Blue) = 152+100+121=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #986479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986479 is #679B86. Grayscale: #757575. Windows color (decimal): -6790023 or 7955608. OLE color: 7955608.

HSL color Cylindrical-coordinate representation of color #986479: hue angle of 335.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986479 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 121 -
CMYK 0 0.34 0.20 0.40
HSL 335.77º 0.21% 0.49% -
HSV(B) 335.77º 0.34% 0.6% -
XYZ 20.96 17.17 20.3 -
YUV 117.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 152 100 121 0 0.34 0.20 0.40 335.77 0.21 0.49
Hex 98 64 79 0 22 14 28 150 15 31
Octal 230 144 171 0 42 24 50 520 25 61
Binary 10011000 1100100 1111001 0 100010 10100 101000 101010000 10101 110001

Color Harmonies of #986479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986479

Black with #986479

Text Example


Text Example

White with #986479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986479; }

 p { color: rgb(152,100,121); }

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

background-color css

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

 a { background-color: rgb(152,100,121); }

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

border-color css

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

 span { border-color: rgb(152,100,121); }

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