Html Css Color HEX #996989 Strikemaster

📋 copy color: '#996989'

red 153 ◦ green 105 ◦ blue 137

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

Shades of Strikemaster #996989

Tints of Strikemaster #996989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

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

R = 38.73%
G = 26.58%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#996989 (or 0x996989) is known color: Strikemaster. HEX triplet: 99, 69 and 89. RGB value is (153,105,137). Sum of RGB (Red+Green+Blue) = 153+105+137=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #996989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996989 is #669676. Grayscale: #7A7A7A. Windows color (decimal): -6723191 or 9005465. OLE color: 9005465.

HSL color Cylindrical-coordinate representation of color #996989: hue angle of 320º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996989 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 137 -
CMYK 0 0.31 0.10 0.4
HSL 320º 0.19% 0.51% -
HSV(B) 320º 0.31% 0.6% -
XYZ 22.7 18.68 26.08 -
YUV 123 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 153 105 137 0 0.31 0.10 0.4 320 0.19 0.51
Hex 99 69 89 0 1F A 28 140 13 33
Octal 231 151 211 0 37 12 50 500 23 63
Binary 10011001 1101001 10001001 0 11111 1010 101000 101000000 10011 110011

Color Harmonies of #996989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996989

Black with #996989

Text Example


Text Example

White with #996989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996989; }

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

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

background-color css

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

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

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

border-color css

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

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

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