Html Css Color HEX #997286 Strikemaster

📋 copy color: '#997286'

red 153 ◦ green 114 ◦ blue 134

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

Shades of Strikemaster #997286

Tints of Strikemaster #997286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.43%

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

R = 38.15%
G = 28.43%
B = 33.42%

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

#997286 (or 0x997286) is known color: Strikemaster. HEX triplet: 99, 72 and 86. RGB value is (153,114,134). Sum of RGB (Red+Green+Blue) = 153+114+134=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #997286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997286 is #668D79. Grayscale: #7F7F7F. Windows color (decimal): -6720890 or 8811161. OLE color: 8811161.

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

Color convert

RGB 153 114 134 -
CMYK 0 0.25 0.12 0.4
HSL 329.23º 0.16% 0.52% -
HSV(B) 329.23º 0.25% 0.6% -
XYZ 23.46 20.53 25.28 -
YUV 127.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 153 114 134 0 0.25 0.12 0.4 329.23 0.16 0.52
Hex 99 72 86 0 19 C 28 149 10 34
Octal 231 162 206 0 31 14 50 511 20 64
Binary 10011001 1110010 10000110 0 11001 1100 101000 101001001 10000 110100

Color Harmonies of #997286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997286

Black with #997286

Text Example


Text Example

White with #997286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997286; }

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

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

background-color css

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

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

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

border-color css

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

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

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