Html Css Color HEX #9F697C Strikemaster

📋 copy color: '#9F697C'

red 159 ◦ green 105 ◦ blue 124

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

Shades of Strikemaster #9F697C

Tints of Strikemaster #9F697C

RGB

 RED value IS 159 (62.5% from 255) = 40.98%

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

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

R = 40.98%
G = 27.06%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F697C (or 0x9F697C) is known color: Strikemaster. HEX triplet: 9F, 69 and 7C. RGB value is (159,105,124). Sum of RGB (Red+Green+Blue) = 159+105+124=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F697C is #609683. Grayscale: #7B7B7B. Windows color (decimal): -6329988 or 8153503. OLE color: 8153503.

HSL color Cylindrical-coordinate representation of color #9F697C: hue angle of 338.89º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F697C is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 105 124 -
CMYK 0 0.34 0.22 0.38
HSL 338.89º 0.22% 0.52% -
HSV(B) 338.89º 0.34% 0.62% -
XYZ 22.99 18.93 21.51 -
YUV 123.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 159 105 124 0 0.34 0.22 0.38 338.89 0.22 0.52
Hex 9F 69 7C 0 22 16 26 153 16 34
Octal 237 151 174 0 42 26 46 523 26 64
Binary 10011111 1101001 1111100 0 100010 10110 100110 101010011 10110 110100

Color Harmonies of #9F697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F697C

Black with #9F697C

Text Example


Text Example

White with #9F697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,124); }

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

background-color css

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

 a { background-color: rgb(159,105,124); }

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

border-color css

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

 span { border-color: rgb(159,105,124); }

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