Html Css Color HEX #966279 Strikemaster

📋 copy color: '#966279'

red 150 ◦ green 98 ◦ blue 121

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

Shades of Strikemaster #966279

Tints of Strikemaster #966279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

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

R = 40.65%
G = 26.56%
B = 32.79%

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

#966279 (or 0x966279) is known color: Strikemaster. HEX triplet: 96, 62 and 79. RGB value is (150,98,121). Sum of RGB (Red+Green+Blue) = 150+98+121=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #966279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966279 is #699D86. Grayscale: #747474. Windows color (decimal): -6921607 or 7955094. OLE color: 7955094.

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

Color convert

RGB 150 98 121 -
CMYK 0 0.35 0.19 0.41
HSL 333.46º 0.21% 0.49% -
HSV(B) 333.46º 0.35% 0.59% -
XYZ 20.4 16.6 20.22 -
YUV 116.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 150 98 121 0 0.35 0.19 0.41 333.46 0.21 0.49
Hex 96 62 79 0 23 13 29 14D 15 31
Octal 226 142 171 0 43 23 51 515 25 61
Binary 10010110 1100010 1111001 0 100011 10011 101001 101001101 10101 110001

Color Harmonies of #966279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966279

Black with #966279

Text Example


Text Example

White with #966279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966279; }

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

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

background-color css

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

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

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

border-color css

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

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

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