Html Css Color HEX #995677 Strikemaster

📋 copy color: '#995677'

red 153 ◦ green 86 ◦ blue 119

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

Shades of Strikemaster #995677

Tints of Strikemaster #995677

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 value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#995677 (or 0x995677) is known color: 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

RGB 153 86 119 -
CMYK 0 0.44 0.22 0.4
HSL 330.45º 0.28% 0.47% -
HSV(B) 330.45º 0.44% 0.6% -
XYZ 19.79 14.76 19.26 -
YUV 109.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 153 86 119 0 0.44 0.22 0.4 330.45 0.28 0.47
Hex 99 56 77 0 2C 16 28 14A 1C 2F
Octal 231 126 167 0 54 26 50 512 34 57
Binary 10011001 1010110 1110111 0 101100 10110 101000 101001010 11100 101111

Color Harmonies of #995677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995677

Black with #995677

Text Example


Text Example

White with #995677

Text Example


Text Example

HTML Codes & Css Web 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>