Html Css Color HEX #966479 Strikemaster

📋 copy color: '#966479'

red 150 ◦ green 100 ◦ blue 121

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

Shades of Strikemaster #966479

Tints of Strikemaster #966479

RGB

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

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

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

R = 40.43%
G = 26.95%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#966479 (or 0x966479) is known color: Strikemaster. HEX triplet: 96, 64 and 79. RGB value is (150,100,121). Sum of RGB (Red+Green+Blue) = 150+100+121=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #966479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966479 is #699B86. Grayscale: #757575. Windows color (decimal): -6921095 or 7955606. OLE color: 7955606.

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

Color convert

RGB 150 100 121 -
CMYK 0 0.33 0.19 0.41
HSL 334.8º 0.2% 0.49% -
HSV(B) 334.8º 0.33% 0.59% -
XYZ 20.59 16.98 20.28 -
YUV 117.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 150 100 121 0 0.33 0.19 0.41 334.8 0.2 0.49
Hex 96 64 79 0 21 13 29 14F 14 31
Octal 226 144 171 0 41 23 51 517 24 61
Binary 10010110 1100100 1111001 0 100001 10011 101001 101001111 10100 110001

Color Harmonies of #966479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966479

Black with #966479

Text Example


Text Example

White with #966479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966479; }

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

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

background-color css

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

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

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

border-color css

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

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

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