Html Css Color HEX #96688C Strikemaster

📋 copy color: '#96688C'

red 150 ◦ green 104 ◦ blue 140

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

Shades of Strikemaster #96688C

Tints of Strikemaster #96688C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 38.07%
G = 26.4%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96688C (or 0x96688C) is known color: Strikemaster. HEX triplet: 96, 68 and 8C. RGB value is (150,104,140). Sum of RGB (Red+Green+Blue) = 150+104+140=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #96688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96688C is #699773. Grayscale: #797979. Windows color (decimal): -6920052 or 9201814. OLE color: 9201814.

HSL color Cylindrical-coordinate representation of color #96688C: hue angle of 313.04º 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 #96688C is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 140 -
CMYK 0 0.31 0.07 0.41
HSL 313.04º 0.18% 0.5% -
HSV(B) 313.04º 0.31% 0.59% -
XYZ 22.26 18.28 27.17 -
YUV 121.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 150 104 140 0 0.31 0.07 0.41 313.04 0.18 0.5
Hex 96 68 8C 0 1F 7 29 139 12 32
Octal 226 150 214 0 37 7 51 471 22 62
Binary 10010110 1101000 10001100 0 11111 111 101001 100111001 10010 110010

Color Harmonies of #96688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96688C

Black with #96688C

Text Example


Text Example

White with #96688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,104,140); }

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

background-color css

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

 a { background-color: rgb(150,104,140); }

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

border-color css

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

 span { border-color: rgb(150,104,140); }

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