Html Css Color HEX #996E88 Strikemaster

📋 copy color: '#996E88'

red 153 ◦ green 110 ◦ blue 136

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

Shades of Strikemaster #996E88

Tints of Strikemaster #996E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.09%

R = 38.35%
G = 27.57%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#996E88 (or 0x996E88) is known color: Strikemaster. HEX triplet: 99, 6E and 88. RGB value is (153,110,136). Sum of RGB (Red+Green+Blue) = 153+110+136=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #996E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E88 is #669177. Grayscale: #7D7D7D. Windows color (decimal): -6721912 or 8941209. OLE color: 8941209.

HSL color Cylindrical-coordinate representation of color #996E88: hue angle of 323.72º 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 #996E88 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 136 -
CMYK 0 0.28 0.11 0.4
HSL 323.72º 0.17% 0.52% -
HSV(B) 323.72º 0.28% 0.6% -
XYZ 23.16 19.7 25.87 -
YUV 125.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 153 110 136 0 0.28 0.11 0.4 323.72 0.17 0.52
Hex 99 6E 88 0 1C B 28 144 11 34
Octal 231 156 210 0 34 13 50 504 21 64
Binary 10011001 1101110 10001000 0 11100 1011 101000 101000100 10001 110100

Color Harmonies of #996E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E88

Black with #996E88

Text Example


Text Example

White with #996E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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