Html Css Color HEX #9A687C Strikemaster

📋 copy color: '#9A687C'

red 154 ◦ green 104 ◦ blue 124

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

Shades of Strikemaster #9A687C

Tints of Strikemaster #9A687C

RGB

 RED value IS 154 (60.55% from 255) = 40.31%

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

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 40.31%
G = 27.23%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A687C (or 0x9A687C) is known color: Strikemaster. HEX triplet: 9A, 68 and 7C. RGB value is (154,104,124). Sum of RGB (Red+Green+Blue) = 154+104+124=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A687C is #659783. Grayscale: #797979. Windows color (decimal): -6657924 or 8153242. OLE color: 8153242.

HSL color Cylindrical-coordinate representation of color #9A687C: hue angle of 336º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A687C is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 104 124 -
CMYK 0 0.32 0.19 0.40
HSL 336º 0.2% 0.51% -
HSV(B) 336º 0.32% 0.6% -
XYZ 21.91 18.23 21.43 -
YUV 121.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 154 104 124 0 0.32 0.19 0.40 336 0.2 0.51
Hex 9A 68 7C 0 20 13 28 150 14 33
Octal 232 150 174 0 40 23 50 520 24 63
Binary 10011010 1101000 1111100 0 100000 10011 101000 101010000 10100 110011

Color Harmonies of #9A687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A687C

Black with #9A687C

Text Example


Text Example

White with #9A687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A687C; }

 p { color: rgb(154,104,124); }

 H1.HeaderClassName
 {
   color: #9A687C;
 }
 .AnyTagClassName
 {
   color: #9A687C;
 }
</style>

background-color css

<style>
 a { background-color: #9A687C; }

 a { background-color: rgb(154,104,124); }

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

border-color css

<style>
 span { border-color: #9A687C; }

 span { border-color: rgb(154,104,124); }

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