Html Css Color HEX #997386 Strikemaster

📋 copy color: '#997386'

red 153 ◦ green 115 ◦ blue 134

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

Shades of Strikemaster #997386

Tints of Strikemaster #997386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.61%

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

R = 38.06%
G = 28.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#997386 (or 0x997386) is known color: Strikemaster. HEX triplet: 99, 73 and 86. RGB value is (153,115,134). Sum of RGB (Red+Green+Blue) = 153+115+134=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #997386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997386 is #668C79. Grayscale: #808080. Windows color (decimal): -6720634 or 8811417. OLE color: 8811417.

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

Color convert

RGB 153 115 134 -
CMYK 0 0.25 0.12 0.4
HSL 330º 0.16% 0.53% -
HSV(B) 330º 0.25% 0.6% -
XYZ 23.57 20.76 25.32 -
YUV 128.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 153 115 134 0 0.25 0.12 0.4 330 0.16 0.53
Hex 99 73 86 0 19 C 28 14A 10 35
Octal 231 163 206 0 31 14 50 512 20 65
Binary 10011001 1110011 10000110 0 11001 1100 101000 101001010 10000 110101

Color Harmonies of #997386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997386

Black with #997386

Text Example


Text Example

White with #997386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997386; }

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

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

background-color css

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

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

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

border-color css

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

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

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