Html Css Color HEX #99687D Strikemaster

📋 copy color: '#99687D'

red 153 ◦ green 104 ◦ blue 125

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

Shades of Strikemaster #99687D

Tints of Strikemaster #99687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 40.05%
G = 27.23%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99687D (or 0x99687D) is known color: Strikemaster. HEX triplet: 99, 68 and 7D. RGB value is (153,104,125). Sum of RGB (Red+Green+Blue) = 153+104+125=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #99687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99687D is #669782. Grayscale: #797979. Windows color (decimal): -6723459 or 8218777. OLE color: 8218777.

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

Color convert

RGB 153 104 125 -
CMYK 0 0.32 0.18 0.4
HSL 334.29º 0.19% 0.5% -
HSV(B) 334.29º 0.32% 0.6% -
XYZ 21.79 18.15 21.76 -
YUV 121.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 153 104 125 0 0.32 0.18 0.4 334.29 0.19 0.5
Hex 99 68 7D 0 20 12 28 14E 13 32
Octal 231 150 175 0 40 22 50 516 23 62
Binary 10011001 1101000 1111101 0 100000 10010 101000 101001110 10011 110010

Color Harmonies of #99687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99687D

Black with #99687D

Text Example


Text Example

White with #99687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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