Html Css Color HEX #9B697C Strikemaster

📋 copy color: '#9B697C'

red 155 ◦ green 105 ◦ blue 124

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

Shades of Strikemaster #9B697C

Tints of Strikemaster #9B697C

RGB

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

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

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

R = 40.36%
G = 27.34%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B697C (or 0x9B697C) is known color: Strikemaster. HEX triplet: 9B, 69 and 7C. RGB value is (155,105,124). Sum of RGB (Red+Green+Blue) = 155+105+124=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B697C is #649683. Grayscale: #7A7A7A. Windows color (decimal): -6592132 or 8153499. OLE color: 8153499.

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

Color convert

RGB 155 105 124 -
CMYK 0 0.32 0.2 0.39
HSL 337.2º 0.2% 0.51% -
HSV(B) 337.2º 0.32% 0.61% -
XYZ 22.21 18.53 21.47 -
YUV 122.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 155 105 124 0 0.32 0.2 0.39 337.2 0.2 0.51
Hex 9B 69 7C 0 20 14 27 151 14 33
Octal 233 151 174 0 40 24 47 521 24 63
Binary 10011011 1101001 1111100 0 100000 10100 100111 101010001 10100 110011

Color Harmonies of #9B697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B697C

Black with #9B697C

Text Example


Text Example

White with #9B697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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