Html Css Color HEX #9B687C Strikemaster

📋 copy color: '#9B687C'

red 155 ◦ green 104 ◦ blue 124

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

Shades of Strikemaster #9B687C

Tints of Strikemaster #9B687C

RGB

 RED value IS 155 (60.94% from 255) = 40.47%

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

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

R = 40.47%
G = 27.15%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B687C (or 0x9B687C) is known color: Strikemaster. HEX triplet: 9B, 68 and 7C. RGB value is (155,104,124). Sum of RGB (Red+Green+Blue) = 155+104+124=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B687C is #649783. Grayscale: #797979. Windows color (decimal): -6592388 or 8153243. OLE color: 8153243.

HSL color Cylindrical-coordinate representation of color #9B687C: hue angle of 336.47º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B687C is Cyan = 0, Magento = 0.33, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 104 124 -
CMYK 0 0.33 0.2 0.39
HSL 336.47º 0.2% 0.51% -
HSV(B) 336.47º 0.33% 0.61% -
XYZ 22.11 18.32 21.44 -
YUV 121.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 155 104 124 0 0.33 0.2 0.39 336.47 0.2 0.51
Hex 9B 68 7C 0 21 14 27 150 14 33
Octal 233 150 174 0 41 24 47 520 24 63
Binary 10011011 1101000 1111100 0 100001 10100 100111 101010000 10100 110011

Color Harmonies of #9B687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B687C

Black with #9B687C

Text Example


Text Example

White with #9B687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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