Html Css Color HEX #996289 Strikemaster

📋 copy color: '#996289'

red 153 ◦ green 98 ◦ blue 137

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

Shades of Strikemaster #996289

Tints of Strikemaster #996289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

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

R = 39.43%
G = 25.26%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#996289 (or 0x996289) is known color: Strikemaster. HEX triplet: 99, 62 and 89. RGB value is (153,98,137). Sum of RGB (Red+Green+Blue) = 153+98+137=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #996289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996289 is #669D76. Grayscale: #767676. Windows color (decimal): -6724983 or 9003673. OLE color: 9003673.

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

Color convert

RGB 153 98 137 -
CMYK 0 0.36 0.10 0.4
HSL 317.45º 0.22% 0.49% -
HSV(B) 317.45º 0.36% 0.6% -
XYZ 22.02 17.31 25.85 -
YUV 118.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 153 98 137 0 0.36 0.10 0.4 317.45 0.22 0.49
Hex 99 62 89 0 24 A 28 13D 16 31
Octal 231 142 211 0 44 12 50 475 26 61
Binary 10011001 1100010 10001001 0 100100 1010 101000 100111101 10110 110001

Color Harmonies of #996289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996289

Black with #996289

Text Example


Text Example

White with #996289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996289; }

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

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

background-color css

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

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

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

border-color css

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

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

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