Html Css Color HEX #96637B Strikemaster

📋 copy color: '#96637B'

red 150 ◦ green 99 ◦ blue 123

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

Shades of Strikemaster #96637B

Tints of Strikemaster #96637B

RGB

 RED value IS 150 (58.98% from 255) = 40.32%

 GREEN value IS 99 (39.06% from 255) = 26.61%

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 40.32%
G = 26.61%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96637B (or 0x96637B) is known color: Strikemaster. HEX triplet: 96, 63 and 7B. RGB value is (150,99,123). Sum of RGB (Red+Green+Blue) = 150+99+123=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96637B is #699C84. Grayscale: #747474. Windows color (decimal): -6921349 or 8086422. OLE color: 8086422.

HSL color Cylindrical-coordinate representation of color #96637B: hue angle of 331.76º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96637B is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 99 123 -
CMYK 0 0.34 0.18 0.41
HSL 331.76º 0.2% 0.49% -
HSV(B) 331.76º 0.34% 0.59% -
XYZ 20.61 16.84 20.9 -
YUV 116.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 150 99 123 0 0.34 0.18 0.41 331.76 0.2 0.49
Hex 96 63 7B 0 22 12 29 14C 14 31
Octal 226 143 173 0 42 22 51 514 24 61
Binary 10010110 1100011 1111011 0 100010 10010 101001 101001100 10100 110001

Color Harmonies of #96637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96637B

Black with #96637B

Text Example


Text Example

White with #96637B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96637B; }

 p { color: rgb(150,99,123); }

 H1.HeaderClassName
 {
   color: #96637B;
 }
 .AnyTagClassName
 {
   color: #96637B;
 }
</style>

background-color css

<style>
 a { background-color: #96637B; }

 a { background-color: rgb(150,99,123); }

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

border-color css

<style>
 span { border-color: #96637B; }

 span { border-color: rgb(150,99,123); }

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