Html Css Color HEX #9F697E Strikemaster

📋 copy color: '#9F697E'

red 159 ◦ green 105 ◦ blue 126

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

Shades of Strikemaster #9F697E

Tints of Strikemaster #9F697E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.31%

R = 40.77%
G = 26.92%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F697E (or 0x9F697E) is known color: Strikemaster. HEX triplet: 9F, 69 and 7E. RGB value is (159,105,126). Sum of RGB (Red+Green+Blue) = 159+105+126=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F697E is #609681. Grayscale: #7B7B7B. Windows color (decimal): -6329986 or 8284575. OLE color: 8284575.

HSL color Cylindrical-coordinate representation of color #9F697E: hue angle of 336.67º 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 #9F697E is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 105 126 -
CMYK 0 0.34 0.21 0.38
HSL 336.67º 0.22% 0.52% -
HSV(B) 336.67º 0.34% 0.62% -
XYZ 23.12 18.98 22.18 -
YUV 123.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 159 105 126 0 0.34 0.21 0.38 336.67 0.22 0.52
Hex 9F 69 7E 0 22 15 26 151 16 34
Octal 237 151 176 0 42 25 46 521 26 64
Binary 10011111 1101001 1111110 0 100010 10101 100110 101010001 10110 110100

Color Harmonies of #9F697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F697E

Black with #9F697E

Text Example


Text Example

White with #9F697E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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