Html Css Color HEX #99637C Strikemaster

📋 copy color: '#99637C'

red 153 ◦ green 99 ◦ blue 124

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

Shades of Strikemaster #99637C

Tints of Strikemaster #99637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.33%

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 40.69%
G = 26.33%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99637C (or 0x99637C) is known color: Strikemaster. HEX triplet: 99, 63 and 7C. RGB value is (153,99,124). Sum of RGB (Red+Green+Blue) = 153+99+124=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99637C is #669C83. Grayscale: #757575. Windows color (decimal): -6724740 or 8151961. OLE color: 8151961.

HSL color Cylindrical-coordinate representation of color #99637C: hue angle of 332.22º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99637C is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 124 -
CMYK 0 0.35 0.19 0.4
HSL 332.22º 0.21% 0.49% -
HSV(B) 332.22º 0.35% 0.6% -
XYZ 21.24 17.15 21.26 -
YUV 118 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 153 99 124 0 0.35 0.19 0.4 332.22 0.21 0.49
Hex 99 63 7C 0 23 13 28 14C 15 31
Octal 231 143 174 0 43 23 50 514 25 61
Binary 10011001 1100011 1111100 0 100011 10011 101000 101001100 10101 110001

Color Harmonies of #99637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99637C

Black with #99637C

Text Example


Text Example

White with #99637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99637C; }

 p { color: rgb(153,99,124); }

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

background-color css

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

 a { background-color: rgb(153,99,124); }

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

border-color css

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

 span { border-color: rgb(153,99,124); }

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