Html Css Color HEX #997084 Strikemaster

📋 copy color: '#997084'

red 153 ◦ green 112 ◦ blue 132

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

Shades of Strikemaster #997084

Tints of Strikemaster #997084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.21%

 BLUE value IS 132 (51.95% from 255) = 33.25%

R = 38.54%
G = 28.21%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#997084 (or 0x997084) is known color: Strikemaster. HEX triplet: 99, 70 and 84. RGB value is (153,112,132). Sum of RGB (Red+Green+Blue) = 153+112+132=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #997084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997084 is #668F7B. Grayscale: #7E7E7E. Windows color (decimal): -6721404 or 8679577. OLE color: 8679577.

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

Color convert

RGB 153 112 132 -
CMYK 0 0.27 0.14 0.4
HSL 330.73º 0.17% 0.52% -
HSV(B) 330.73º 0.27% 0.6% -
XYZ 23.1 20.03 24.48 -
YUV 126.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 153 112 132 0 0.27 0.14 0.4 330.73 0.17 0.52
Hex 99 70 84 0 1B E 28 14B 11 34
Octal 231 160 204 0 33 16 50 513 21 64
Binary 10011001 1110000 10000100 0 11011 1110 101000 101001011 10001 110100

Color Harmonies of #997084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997084

Black with #997084

Text Example


Text Example

White with #997084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997084; }

 p { color: rgb(153,112,132); }

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

background-color css

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

 a { background-color: rgb(153,112,132); }

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

border-color css

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

 span { border-color: rgb(153,112,132); }

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