#995677

Color #995677 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #995677

Tints of Strikemaster #995677

Color information

#995677 (or 0x995677) is unknown color: approx Strikemaster. HEX triplet: 99, 56 and 77. RGB value is (153,86,119). Sum of RGB (Red+Green+Blue) = 153+86+119=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #995677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995677 is #66A988. Grayscale: #6D6D6D. Windows color (decimal): -6728073 or 7820953. OLE color: 7820953.

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

Color convert

RGB15386119-
CMYK00.440.220.4
HSL330.45º28.03%46.86%-
HSV(B)330.45º43.79%60%-
XYZ19.7914.7619.26-
YUV109.8133.2158.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=42.74%
G=24.02%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538611900.440.220.4330.4528.0346.86
Hex99567702C162814a1c2f
Octal23112616705426505123457
Binary100110011010110111011101011001011010100010100101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995677; }

 p { color: rgb(153,86,119); }

 H1.HeaderClassName
 {
   color: #995677;
 }
 .AnyTagClassName
 {
   color: #995677;
 }
</style>
background-color css

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

 a { background-color: rgb(153,86,119); }

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

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

 span { border-color: rgb(153,86,119); }

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