Html Css Color HEX #99687A Strikemaster

📋 copy color: '#99687A'

red 153 ◦ green 104 ◦ blue 122

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

Shades of Strikemaster #99687A

Tints of Strikemaster #99687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 40.37%
G = 27.44%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99687A (or 0x99687A) is known color: Strikemaster. HEX triplet: 99, 68 and 7A. RGB value is (153,104,122). Sum of RGB (Red+Green+Blue) = 153+104+122=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99687A is #669785. Grayscale: #787878. Windows color (decimal): -6723462 or 8022169. OLE color: 8022169.

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

Color convert

RGB 153 104 122 -
CMYK 0 0.32 0.20 0.4
HSL 337.96º 0.19% 0.5% -
HSV(B) 337.96º 0.32% 0.6% -
XYZ 21.6 18.08 20.76 -
YUV 120.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 153 104 122 0 0.32 0.20 0.4 337.96 0.19 0.5
Hex 99 68 7A 0 20 14 28 152 13 32
Octal 231 150 172 0 40 24 50 522 23 62
Binary 10011001 1101000 1111010 0 100000 10100 101000 101010010 10011 110010

Color Harmonies of #99687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99687A

Black with #99687A

Text Example


Text Example

White with #99687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,104,122); }

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

background-color css

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

 a { background-color: rgb(153,104,122); }

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

border-color css

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

 span { border-color: rgb(153,104,122); }

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