Html Css Color HEX #98628A Strikemaster

📋 copy color: '#98628A'

red 152 ◦ green 98 ◦ blue 138

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

Shades of Strikemaster #98628A

Tints of Strikemaster #98628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

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

R = 39.18%
G = 25.26%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98628A (or 0x98628A) is known color: Strikemaster. HEX triplet: 98, 62 and 8A. RGB value is (152,98,138). Sum of RGB (Red+Green+Blue) = 152+98+138=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #98628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98628A is #679D75. Grayscale: #767676. Windows color (decimal): -6790518 or 9069208. OLE color: 9069208.

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

Color convert

RGB 152 98 138 -
CMYK 0 0.36 0.09 0.40
HSL 315.56º 0.22% 0.49% -
HSV(B) 315.56º 0.36% 0.6% -
XYZ 21.9 17.25 26.22 -
YUV 118.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 152 98 138 0 0.36 0.09 0.40 315.56 0.22 0.49
Hex 98 62 8A 0 24 9 28 13C 16 31
Octal 230 142 212 0 44 11 50 474 26 61
Binary 10011000 1100010 10001010 0 100100 1001 101000 100111100 10110 110001

Color Harmonies of #98628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98628A

Black with #98628A

Text Example


Text Example

White with #98628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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