Html Css Color HEX #98688A Strikemaster

📋 copy color: '#98688A'

red 152 ◦ green 104 ◦ blue 138

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

Shades of Strikemaster #98688A

Tints of Strikemaster #98688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.4%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 38.58%
G = 26.4%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98688A (or 0x98688A) is known color: Strikemaster. HEX triplet: 98, 68 and 8A. RGB value is (152,104,138). Sum of RGB (Red+Green+Blue) = 152+104+138=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98688A is #679775. Grayscale: #7A7A7A. Windows color (decimal): -6788982 or 9070744. OLE color: 9070744.

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

Color convert

RGB 152 104 138 -
CMYK 0 0.32 0.09 0.40
HSL 317.5º 0.19% 0.5% -
HSV(B) 317.5º 0.32% 0.6% -
XYZ 22.49 18.41 26.41 -
YUV 122.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 152 104 138 0 0.32 0.09 0.40 317.5 0.19 0.5
Hex 98 68 8A 0 20 9 28 13E 13 32
Octal 230 150 212 0 40 11 50 476 23 62
Binary 10011000 1101000 10001010 0 100000 1001 101000 100111110 10011 110010

Color Harmonies of #98688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98688A

Black with #98688A

Text Example


Text Example

White with #98688A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,104,138); }

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

background-color css

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

 a { background-color: rgb(152,104,138); }

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

border-color css

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

 span { border-color: rgb(152,104,138); }

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