Html Css Color HEX #997081 Strikemaster

📋 copy color: '#997081'

red 153 ◦ green 112 ◦ blue 129

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

Shades of Strikemaster #997081

Tints of Strikemaster #997081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.74%

R = 38.83%
G = 28.43%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#997081 (or 0x997081) is known color: Strikemaster. HEX triplet: 99, 70 and 81. RGB value is (153,112,129). Sum of RGB (Red+Green+Blue) = 153+112+129=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #997081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997081 is #668F7E. Grayscale: #7E7E7E. Windows color (decimal): -6721407 or 8482969. OLE color: 8482969.

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

Color convert

RGB 153 112 129 -
CMYK 0 0.27 0.16 0.4
HSL 335.12º 0.17% 0.52% -
HSV(B) 335.12º 0.27% 0.6% -
XYZ 22.89 19.95 23.41 -
YUV 126.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 153 112 129 0 0.27 0.16 0.4 335.12 0.17 0.52
Hex 99 70 81 0 1B 10 28 14F 11 34
Octal 231 160 201 0 33 20 50 517 21 64
Binary 10011001 1110000 10000001 0 11011 10000 101000 101001111 10001 110100

Color Harmonies of #997081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997081

Black with #997081

Text Example


Text Example

White with #997081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997081; }

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

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

background-color css

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

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

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

border-color css

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

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

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