Html Css Color HEX #996179 Strikemaster

📋 copy color: '#996179'

red 153 ◦ green 97 ◦ blue 121

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

Shades of Strikemaster #996179

Tints of Strikemaster #996179

RGB

 RED value IS 153 (60.16% from 255) = 41.24%

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

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

R = 41.24%
G = 26.15%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#996179 (or 0x996179) is known color: Strikemaster. HEX triplet: 99, 61 and 79. RGB value is (153,97,121). Sum of RGB (Red+Green+Blue) = 153+97+121=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996179 is #669E86. Grayscale: #747474. Windows color (decimal): -6725255 or 7954841. OLE color: 7954841.

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

Color convert

RGB 153 97 121 -
CMYK 0 0.37 0.21 0.4
HSL 334.29º 0.22% 0.49% -
HSV(B) 334.29º 0.37% 0.6% -
XYZ 20.86 16.7 20.21 -
YUV 116.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 153 97 121 0 0.37 0.21 0.4 334.29 0.22 0.49
Hex 99 61 79 0 25 15 28 14E 16 31
Octal 231 141 171 0 45 25 50 516 26 61
Binary 10011001 1100001 1111001 0 100101 10101 101000 101001110 10110 110001

Color Harmonies of #996179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996179

Black with #996179

Text Example


Text Example

White with #996179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996179; }

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

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

background-color css

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

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

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

border-color css

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

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

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