Html Css Color HEX #98687B Strikemaster

📋 copy color: '#98687B'

red 152 ◦ green 104 ◦ blue 123

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

Shades of Strikemaster #98687B

Tints of Strikemaster #98687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 40.11%
G = 27.44%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98687B (or 0x98687B) is known color: Strikemaster. HEX triplet: 98, 68 and 7B. RGB value is (152,104,123). Sum of RGB (Red+Green+Blue) = 152+104+123=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98687B is #679784. Grayscale: #787878. Windows color (decimal): -6788997 or 8087704. OLE color: 8087704.

HSL color Cylindrical-coordinate representation of color #98687B: hue angle of 336.25º 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 #98687B is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 104 123 -
CMYK 0 0.32 0.19 0.40
HSL 336.25º 0.19% 0.5% -
HSV(B) 336.25º 0.32% 0.6% -
XYZ 21.47 18.01 21.08 -
YUV 120.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 152 104 123 0 0.32 0.19 0.40 336.25 0.19 0.5
Hex 98 68 7B 0 20 13 28 150 13 32
Octal 230 150 173 0 40 23 50 520 23 62
Binary 10011000 1101000 1111011 0 100000 10011 101000 101010000 10011 110010

Color Harmonies of #98687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98687B

Black with #98687B

Text Example


Text Example

White with #98687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98687B; }

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

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

background-color css

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

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

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

border-color css

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

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

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