Html Css Color HEX #9F6B7F Strikemaster

📋 copy color: '#9F6B7F'

red 159 ◦ green 107 ◦ blue 127

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

Shades of Strikemaster #9F6B7F

Tints of Strikemaster #9F6B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.23%

 BLUE value IS 127 (50% from 255) = 32.32%

R = 40.46%
G = 27.23%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F6B7F (or 0x9F6B7F) is known color: Strikemaster. HEX triplet: 9F, 6B and 7F. RGB value is (159,107,127). Sum of RGB (Red+Green+Blue) = 159+107+127=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6B7F is #609480. Grayscale: #7C7C7C. Windows color (decimal): -6329473 or 8350623. OLE color: 8350623.

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

Color convert

RGB 159 107 127 -
CMYK 0 0.33 0.20 0.38
HSL 336.92º 0.21% 0.52% -
HSV(B) 336.92º 0.33% 0.62% -
XYZ 23.39 19.42 22.59 -
YUV 124.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 159 107 127 0 0.33 0.20 0.38 336.92 0.21 0.52
Hex 9F 6B 7F 0 21 14 26 151 15 34
Octal 237 153 177 0 41 24 46 521 25 64
Binary 10011111 1101011 1111111 0 100001 10100 100110 101010001 10101 110100

Color Harmonies of #9F6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6B7F

Black with #9F6B7F

Text Example


Text Example

White with #9F6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,107,127); }

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

background-color css

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

 a { background-color: rgb(159,107,127); }

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

border-color css

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

 span { border-color: rgb(159,107,127); }

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