Html Css Color HEX #99628B Strikemaster

📋 copy color: '#99628B'

red 153 ◦ green 98 ◦ blue 139

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

Shades of Strikemaster #99628B

Tints of Strikemaster #99628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 39.23%
G = 25.13%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99628B (or 0x99628B) is known color: Strikemaster. HEX triplet: 99, 62 and 8B. RGB value is (153,98,139). Sum of RGB (Red+Green+Blue) = 153+98+139=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99628B is #669D74. Grayscale: #777777. Windows color (decimal): -6724981 or 9134745. OLE color: 9134745.

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

Color convert

RGB 153 98 139 -
CMYK 0 0.36 0.09 0.4
HSL 315.27º 0.22% 0.49% -
HSV(B) 315.27º 0.36% 0.6% -
XYZ 22.16 17.37 26.61 -
YUV 119.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 153 98 139 0 0.36 0.09 0.4 315.27 0.22 0.49
Hex 99 62 8B 0 24 9 28 13B 16 31
Octal 231 142 213 0 44 11 50 473 26 61
Binary 10011001 1100010 10001011 0 100100 1001 101000 100111011 10110 110001

Color Harmonies of #99628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99628B

Black with #99628B

Text Example


Text Example

White with #99628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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