Html Css Color HEX #99698A Strikemaster

📋 copy color: '#99698A'

red 153 ◦ green 105 ◦ blue 138

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

Shades of Strikemaster #99698A

Tints of Strikemaster #99698A

RGB

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

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

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

R = 38.64%
G = 26.52%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99698A (or 0x99698A) is known color: Strikemaster. HEX triplet: 99, 69 and 8A. RGB value is (153,105,138). Sum of RGB (Red+Green+Blue) = 153+105+138=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99698A is #669675. Grayscale: #7B7B7B. Windows color (decimal): -6723190 or 9071001. OLE color: 9071001.

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

Color convert

RGB 153 105 138 -
CMYK 0 0.31 0.10 0.4
HSL 318.75º 0.19% 0.51% -
HSV(B) 318.75º 0.31% 0.6% -
XYZ 22.78 18.71 26.46 -
YUV 123.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 153 105 138 0 0.31 0.10 0.4 318.75 0.19 0.51
Hex 99 69 8A 0 1F A 28 13F 13 33
Octal 231 151 212 0 37 12 50 477 23 63
Binary 10011001 1101001 10001010 0 11111 1010 101000 100111111 10011 110011

Color Harmonies of #99698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99698A

Black with #99698A

Text Example


Text Example

White with #99698A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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