Html Css Color HEX #996379 Strikemaster

📋 copy color: '#996379'

red 153 ◦ green 99 ◦ blue 121

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

Shades of Strikemaster #996379

Tints of Strikemaster #996379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

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

R = 41.02%
G = 26.54%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#996379 (or 0x996379) is known color: Strikemaster. HEX triplet: 99, 63 and 79. RGB value is (153,99,121). Sum of RGB (Red+Green+Blue) = 153+99+121=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #996379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996379 is #669C86. Grayscale: #757575. Windows color (decimal): -6724743 or 7955353. OLE color: 7955353.

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

Color convert

RGB 153 99 121 -
CMYK 0 0.35 0.21 0.4
HSL 335.56º 0.21% 0.49% -
HSV(B) 335.56º 0.35% 0.6% -
XYZ 21.05 17.08 20.28 -
YUV 117.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 153 99 121 0 0.35 0.21 0.4 335.56 0.21 0.49
Hex 99 63 79 0 23 15 28 150 15 31
Octal 231 143 171 0 43 25 50 520 25 61
Binary 10011001 1100011 1111001 0 100011 10101 101000 101010000 10101 110001

Color Harmonies of #996379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996379

Black with #996379

Text Example


Text Example

White with #996379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996379; }

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

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

background-color css

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

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

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

border-color css

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

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

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