Html Css Color HEX #99698B Strikemaster

📋 copy color: '#99698B'

red 153 ◦ green 105 ◦ blue 139

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

Shades of Strikemaster #99698B

Tints of Strikemaster #99698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 38.54%
G = 26.45%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99698B (or 0x99698B) is known color: Strikemaster. HEX triplet: 99, 69 and 8B. RGB value is (153,105,139). Sum of RGB (Red+Green+Blue) = 153+105+139=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99698B is #669674. Grayscale: #7B7B7B. Windows color (decimal): -6723189 or 9136537. OLE color: 9136537.

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

Color convert

RGB 153 105 139 -
CMYK 0 0.31 0.09 0.4
HSL 317.5º 0.19% 0.51% -
HSV(B) 317.5º 0.31% 0.6% -
XYZ 22.85 18.74 26.84 -
YUV 123.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 153 105 139 0 0.31 0.09 0.4 317.5 0.19 0.51
Hex 99 69 8B 0 1F 9 28 13E 13 33
Octal 231 151 213 0 37 11 50 476 23 63
Binary 10011001 1101001 10001011 0 11111 1001 101000 100111110 10011 110011

Color Harmonies of #99698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99698B

Black with #99698B

Text Example


Text Example

White with #99698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,105,139); }

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

background-color css

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

 a { background-color: rgb(153,105,139); }

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

border-color css

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

 span { border-color: rgb(153,105,139); }

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