Html Css Color HEX #997281 Strikemaster

📋 copy color: '#997281'

red 153 ◦ green 114 ◦ blue 129

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

Shades of Strikemaster #997281

Tints of Strikemaster #997281

RGB

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

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

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

R = 38.64%
G = 28.79%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#997281 (or 0x997281) is known color: Strikemaster. HEX triplet: 99, 72 and 81. RGB value is (153,114,129). Sum of RGB (Red+Green+Blue) = 153+114+129=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #997281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997281 is #668D7E. Grayscale: #7F7F7F. Windows color (decimal): -6720895 or 8483481. OLE color: 8483481.

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

Color convert

RGB 153 114 129 -
CMYK 0 0.25 0.16 0.4
HSL 336.92º 0.16% 0.52% -
HSV(B) 336.92º 0.25% 0.6% -
XYZ 23.12 20.39 23.49 -
YUV 127.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 153 114 129 0 0.25 0.16 0.4 336.92 0.16 0.52
Hex 99 72 81 0 19 10 28 151 10 34
Octal 231 162 201 0 31 20 50 521 20 64
Binary 10011001 1110010 10000001 0 11001 10000 101000 101010001 10000 110100

Color Harmonies of #997281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997281

Black with #997281

Text Example


Text Example

White with #997281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997281; }

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

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

background-color css

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

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

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

border-color css

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

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

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