Html Css Color HEX #997186 Strikemaster

📋 copy color: '#997186'

red 153 ◦ green 113 ◦ blue 134

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

Shades of Strikemaster #997186

Tints of Strikemaster #997186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.25%

 BLUE value IS 134 (52.73% from 255) = 33.5%

R = 38.25%
G = 28.25%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#997186 (or 0x997186) is known color: Strikemaster. HEX triplet: 99, 71 and 86. RGB value is (153,113,134). Sum of RGB (Red+Green+Blue) = 153+113+134=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #997186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997186 is #668E79. Grayscale: #7F7F7F. Windows color (decimal): -6721146 or 8810905. OLE color: 8810905.

HSL color Cylindrical-coordinate representation of color #997186: hue angle of 328.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #997186 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 134 -
CMYK 0 0.26 0.12 0.4
HSL 328.5º 0.16% 0.52% -
HSV(B) 328.5º 0.26% 0.6% -
XYZ 23.35 20.3 25.24 -
YUV 127.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 153 113 134 0 0.26 0.12 0.4 328.5 0.16 0.52
Hex 99 71 86 0 1A C 28 148 10 34
Octal 231 161 206 0 32 14 50 510 20 64
Binary 10011001 1110001 10000110 0 11010 1100 101000 101001000 10000 110100

Color Harmonies of #997186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997186

Black with #997186

Text Example


Text Example

White with #997186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997186; }

 p { color: rgb(153,113,134); }

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

background-color css

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

 a { background-color: rgb(153,113,134); }

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

border-color css

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

 span { border-color: rgb(153,113,134); }

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