Html Css Color HEX #996B88 Strikemaster

📋 copy color: '#996B88'

red 153 ◦ green 107 ◦ blue 136

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

Shades of Strikemaster #996B88

Tints of Strikemaster #996B88

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

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

R = 38.64%
G = 27.02%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#996B88 (or 0x996B88) is known color: Strikemaster. HEX triplet: 99, 6B and 88. RGB value is (153,107,136). Sum of RGB (Red+Green+Blue) = 153+107+136=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #996B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B88 is #669477. Grayscale: #7B7B7B. Windows color (decimal): -6722680 or 8940441. OLE color: 8940441.

HSL color Cylindrical-coordinate representation of color #996B88: hue angle of 322.17º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B88 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 136 -
CMYK 0 0.30 0.11 0.4
HSL 322.17º 0.18% 0.51% -
HSV(B) 322.17º 0.3% 0.6% -
XYZ 22.84 19.07 25.77 -
YUV 124.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 153 107 136 0 0.30 0.11 0.4 322.17 0.18 0.51
Hex 99 6B 88 0 1E B 28 142 12 33
Octal 231 153 210 0 36 13 50 502 22 63
Binary 10011001 1101011 10001000 0 11110 1011 101000 101000010 10010 110011

Color Harmonies of #996B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B88

Black with #996B88

Text Example


Text Example

White with #996B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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