Html Css Color HEX #997185 Strikemaster

📋 copy color: '#997185'

red 153 ◦ green 113 ◦ blue 133

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

Shades of Strikemaster #997185

Tints of Strikemaster #997185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.33%

R = 38.35%
G = 28.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#997185 (or 0x997185) is known color: Strikemaster. HEX triplet: 99, 71 and 85. RGB value is (153,113,133). Sum of RGB (Red+Green+Blue) = 153+113+133=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997185 is #668E7A. Grayscale: #7F7F7F. Windows color (decimal): -6721147 or 8745369. OLE color: 8745369.

HSL color Cylindrical-coordinate representation of color #997185: hue angle of 330º 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 #997185 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 133 -
CMYK 0 0.26 0.13 0.4
HSL 330º 0.16% 0.52% -
HSV(B) 330º 0.26% 0.6% -
XYZ 23.28 20.28 24.88 -
YUV 127.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 153 113 133 0 0.26 0.13 0.4 330 0.16 0.52
Hex 99 71 85 0 1A D 28 14A 10 34
Octal 231 161 205 0 32 15 50 512 20 64
Binary 10011001 1110001 10000101 0 11010 1101 101000 101001010 10000 110100

Color Harmonies of #997185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997185

Black with #997185

Text Example


Text Example

White with #997185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997185; }

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

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

background-color css

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

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

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

border-color css

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

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

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