Html Css Color HEX #996B89 Strikemaster

📋 copy color: '#996B89'

red 153 ◦ green 107 ◦ blue 137

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

Shades of Strikemaster #996B89

Tints of Strikemaster #996B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 38.54%
G = 26.95%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#996B89 (or 0x996B89) is known color: Strikemaster. HEX triplet: 99, 6B and 89. RGB value is (153,107,137). Sum of RGB (Red+Green+Blue) = 153+107+137=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #996B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B89 is #669476. Grayscale: #7C7C7C. Windows color (decimal): -6722679 or 9005977. OLE color: 9005977.

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

Color convert

RGB 153 107 137 -
CMYK 0 0.30 0.10 0.4
HSL 320.87º 0.18% 0.51% -
HSV(B) 320.87º 0.3% 0.6% -
XYZ 22.91 19.09 26.14 -
YUV 124.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 153 107 137 0 0.30 0.10 0.4 320.87 0.18 0.51
Hex 99 6B 89 0 1E A 28 141 12 33
Octal 231 153 211 0 36 12 50 501 22 63
Binary 10011001 1101011 10001001 0 11110 1010 101000 101000001 10010 110011

Color Harmonies of #996B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B89

Black with #996B89

Text Example


Text Example

White with #996B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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