Html Css Color HEX #97687C Strikemaster

📋 copy color: '#97687C'

red 151 ◦ green 104 ◦ blue 124

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

Shades of Strikemaster #97687C

Tints of Strikemaster #97687C

RGB

 RED value IS 151 (59.38% from 255) = 39.84%

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

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

R = 39.84%
G = 27.44%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97687C (or 0x97687C) is known color: Strikemaster. HEX triplet: 97, 68 and 7C. RGB value is (151,104,124). Sum of RGB (Red+Green+Blue) = 151+104+124=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 151 - color contains mainly: red. Hex color #97687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97687C is #689783. Grayscale: #787878. Windows color (decimal): -6854532 or 8153239. OLE color: 8153239.

HSL color Cylindrical-coordinate representation of color #97687C: hue angle of 334.47º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97687C is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 104 124 -
CMYK 0 0.31 0.18 0.41
HSL 334.47º 0.18% 0.5% -
HSV(B) 334.47º 0.31% 0.59% -
XYZ 21.35 17.94 21.41 -
YUV 120.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 151 104 124 0 0.31 0.18 0.41 334.47 0.18 0.5
Hex 97 68 7C 0 1F 12 29 14E 12 32
Octal 227 150 174 0 37 22 51 516 22 62
Binary 10010111 1101000 1111100 0 11111 10010 101001 101001110 10010 110010

Color Harmonies of #97687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97687C

Black with #97687C

Text Example


Text Example

White with #97687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97687C; }

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

 H1.HeaderClassName
 {
   color: #97687C;
 }
 .AnyTagClassName
 {
   color: #97687C;
 }
</style>

background-color css

<style>
 a { background-color: #97687C; }

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

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

border-color css

<style>
 span { border-color: #97687C; }

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

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