Html Css Color HEX #98697A Strikemaster

📋 copy color: '#98697A'

red 152 ◦ green 105 ◦ blue 122

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

Shades of Strikemaster #98697A

Tints of Strikemaster #98697A

RGB

 RED value IS 152 (59.77% from 255) = 40.11%

 GREEN value IS 105 (41.41% from 255) = 27.7%

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 40.11%
G = 27.7%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98697A (or 0x98697A) is known color: Strikemaster. HEX triplet: 98, 69 and 7A. RGB value is (152,105,122). Sum of RGB (Red+Green+Blue) = 152+105+122=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98697A is #679685. Grayscale: #787878. Windows color (decimal): -6788742 or 8022424. OLE color: 8022424.

HSL color Cylindrical-coordinate representation of color #98697A: hue angle of 338.3º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98697A is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 105 122 -
CMYK 0 0.31 0.20 0.40
HSL 338.3º 0.19% 0.5% -
HSV(B) 338.3º 0.31% 0.6% -
XYZ 21.51 18.18 20.79 -
YUV 120.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 152 105 122 0 0.31 0.20 0.40 338.3 0.19 0.5
Hex 98 69 7A 0 1F 14 28 152 13 32
Octal 230 151 172 0 37 24 50 522 23 62
Binary 10011000 1101001 1111010 0 11111 10100 101000 101010010 10011 110010

Color Harmonies of #98697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98697A

Black with #98697A

Text Example


Text Example

White with #98697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98697A; }

 p { color: rgb(152,105,122); }

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

background-color css

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

 a { background-color: rgb(152,105,122); }

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

border-color css

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

 span { border-color: rgb(152,105,122); }

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