Html Css Color HEX #966179 Strikemaster

📋 copy color: '#966179'

red 150 ◦ green 97 ◦ blue 121

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

Shades of Strikemaster #966179

Tints of Strikemaster #966179

RGB

 RED value IS 150 (58.98% from 255) = 40.76%

 GREEN value IS 97 (38.28% from 255) = 26.36%

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

R = 40.76%
G = 26.36%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#966179 (or 0x966179) is known color: Strikemaster. HEX triplet: 96, 61 and 79. RGB value is (150,97,121). Sum of RGB (Red+Green+Blue) = 150+97+121=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #966179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966179 is #699E86. Grayscale: #737373. Windows color (decimal): -6921863 or 7954838. OLE color: 7954838.

HSL color Cylindrical-coordinate representation of color #966179: hue angle of 332.83º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966179 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 121 -
CMYK 0 0.35 0.19 0.41
HSL 332.83º 0.21% 0.48% -
HSV(B) 332.83º 0.35% 0.59% -
XYZ 20.3 16.41 20.19 -
YUV 115.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 150 97 121 0 0.35 0.19 0.41 332.83 0.21 0.48
Hex 96 61 79 0 23 13 29 14D 15 30
Octal 226 141 171 0 43 23 51 515 25 60
Binary 10010110 1100001 1111001 0 100011 10011 101001 101001101 10101 110000

Color Harmonies of #966179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966179

Black with #966179

Text Example


Text Example

White with #966179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966179; }

 p { color: rgb(150,97,121); }

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

background-color css

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

 a { background-color: rgb(150,97,121); }

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

border-color css

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

 span { border-color: rgb(150,97,121); }

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