Html Css Color HEX #996E7F Strikemaster

📋 copy color: '#996E7F'

red 153 ◦ green 110 ◦ blue 127

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

Shades of Strikemaster #996E7F

Tints of Strikemaster #996E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.21%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 39.23%
G = 28.21%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#996E7F (or 0x996E7F) is known color: Strikemaster. HEX triplet: 99, 6E and 7F. RGB value is (153,110,127). Sum of RGB (Red+Green+Blue) = 153+110+127=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #996E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E7F is #669180. Grayscale: #7C7C7C. Windows color (decimal): -6721921 or 8351385. OLE color: 8351385.

HSL color Cylindrical-coordinate representation of color #996E7F: hue angle of 336.28º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E7F is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 127 -
CMYK 0 0.28 0.17 0.4
HSL 336.28º 0.17% 0.52% -
HSV(B) 336.28º 0.28% 0.6% -
XYZ 22.54 19.46 22.65 -
YUV 124.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 153 110 127 0 0.28 0.17 0.4 336.28 0.17 0.52
Hex 99 6E 7F 0 1C 11 28 150 11 34
Octal 231 156 177 0 34 21 50 520 21 64
Binary 10011001 1101110 1111111 0 11100 10001 101000 101010000 10001 110100

Color Harmonies of #996E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E7F

Black with #996E7F

Text Example


Text Example

White with #996E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996E7F; }

 p { color: rgb(153,110,127); }

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

background-color css

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

 a { background-color: rgb(153,110,127); }

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

border-color css

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

 span { border-color: rgb(153,110,127); }

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