Html Css Color HEX #996079 Strikemaster

📋 copy color: '#996079'

red 153 ◦ green 96 ◦ blue 121

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

Shades of Strikemaster #996079

Tints of Strikemaster #996079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

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

R = 41.35%
G = 25.95%
B = 32.7%

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

#996079 (or 0x996079) is known color: Strikemaster. HEX triplet: 99, 60 and 79. RGB value is (153,96,121). Sum of RGB (Red+Green+Blue) = 153+96+121=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #996079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996079 is #669F86. Grayscale: #737373. Windows color (decimal): -6725511 or 7954585. OLE color: 7954585.

HSL color Cylindrical-coordinate representation of color #996079: hue angle of 333.68º degrees, saturation: 0.23, 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 #996079 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 121 -
CMYK 0 0.37 0.21 0.4
HSL 333.68º 0.23% 0.49% -
HSV(B) 333.68º 0.37% 0.6% -
XYZ 20.77 16.52 20.18 -
YUV 115.89 130.88 154.47 -
System Red Green Blue C M Y K H S L
Decimal 153 96 121 0 0.37 0.21 0.4 333.68 0.23 0.49
Hex 99 60 79 0 25 15 28 14E 17 31
Octal 231 140 171 0 45 25 50 516 27 61
Binary 10011001 1100000 1111001 0 100101 10101 101000 101001110 10111 110001

Color Harmonies of #996079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996079

Black with #996079

Text Example


Text Example

White with #996079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996079; }

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

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

background-color css

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

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

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

border-color css

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

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

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