Html Css Color HEX #99628C Strikemaster

📋 copy color: '#99628C'

red 153 ◦ green 98 ◦ blue 140

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

Shades of Strikemaster #99628C

Tints of Strikemaster #99628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 39.13%
G = 25.06%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99628C (or 0x99628C) is known color: Strikemaster. HEX triplet: 99, 62 and 8C. RGB value is (153,98,140). Sum of RGB (Red+Green+Blue) = 153+98+140=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99628C is #669D73. Grayscale: #777777. Windows color (decimal): -6724980 or 9200281. OLE color: 9200281.

HSL color Cylindrical-coordinate representation of color #99628C: hue angle of 314.18º 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 #99628C is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 140 -
CMYK 0 0.36 0.08 0.4
HSL 314.18º 0.22% 0.49% -
HSV(B) 314.18º 0.36% 0.6% -
XYZ 22.24 17.4 27 -
YUV 119.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 153 98 140 0 0.36 0.08 0.4 314.18 0.22 0.49
Hex 99 62 8C 0 24 8 28 13A 16 31
Octal 231 142 214 0 44 10 50 472 26 61
Binary 10011001 1100010 10001100 0 100100 1000 101000 100111010 10110 110001

Color Harmonies of #99628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99628C

Black with #99628C

Text Example


Text Example

White with #99628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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