Html Css Color HEX #99657E Strikemaster

📋 copy color: '#99657E'

red 153 ◦ green 101 ◦ blue 126

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

Shades of Strikemaster #99657E

Tints of Strikemaster #99657E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.58%

 BLUE value IS 126 (49.61% from 255) = 33.16%

R = 40.26%
G = 26.58%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99657E (or 0x99657E) is known color: Strikemaster. HEX triplet: 99, 65 and 7E. RGB value is (153,101,126). Sum of RGB (Red+Green+Blue) = 153+101+126=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99657E is #669A81. Grayscale: #777777. Windows color (decimal): -6724226 or 8283545. OLE color: 8283545.

HSL color Cylindrical-coordinate representation of color #99657E: hue angle of 331.15º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99657E is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 126 -
CMYK 0 0.34 0.18 0.4
HSL 331.15º 0.2% 0.5% -
HSV(B) 331.15º 0.34% 0.6% -
XYZ 21.56 17.59 22 -
YUV 119.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 153 101 126 0 0.34 0.18 0.4 331.15 0.2 0.5
Hex 99 65 7E 0 22 12 28 14B 14 32
Octal 231 145 176 0 42 22 50 513 24 62
Binary 10011001 1100101 1111110 0 100010 10010 101000 101001011 10100 110010

Color Harmonies of #99657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99657E

Black with #99657E

Text Example


Text Example

White with #99657E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99657E; }

 p { color: rgb(153,101,126); }

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

background-color css

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

 a { background-color: rgb(153,101,126); }

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

border-color css

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

 span { border-color: rgb(153,101,126); }

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