Html Css Color HEX #99698C Strikemaster

📋 copy color: '#99698C'

red 153 ◦ green 105 ◦ blue 140

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

Shades of Strikemaster #99698C

Tints of Strikemaster #99698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 38.44%
G = 26.38%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99698C (or 0x99698C) is known color: Strikemaster. HEX triplet: 99, 69 and 8C. RGB value is (153,105,140). Sum of RGB (Red+Green+Blue) = 153+105+140=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #99698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99698C is #669673. Grayscale: #7B7B7B. Windows color (decimal): -6723188 or 9202073. OLE color: 9202073.

HSL color Cylindrical-coordinate representation of color #99698C: hue angle of 316.25º 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 #99698C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 140 -
CMYK 0 0.31 0.08 0.4
HSL 316.25º 0.19% 0.51% -
HSV(B) 316.25º 0.31% 0.6% -
XYZ 22.92 18.77 27.23 -
YUV 123.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 153 105 140 0 0.31 0.08 0.4 316.25 0.19 0.51
Hex 99 69 8C 0 1F 8 28 13C 13 33
Octal 231 151 214 0 37 10 50 474 23 63
Binary 10011001 1101001 10001100 0 11111 1000 101000 100111100 10011 110011

Color Harmonies of #99698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99698C

Black with #99698C

Text Example


Text Example

White with #99698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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