Html Css Color HEX #96688A Strikemaster

📋 copy color: '#96688A'

red 150 ◦ green 104 ◦ blue 138

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

Shades of Strikemaster #96688A

Tints of Strikemaster #96688A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 38.27%
G = 26.53%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96688A (or 0x96688A) is known color: Strikemaster. HEX triplet: 96, 68 and 8A. RGB value is (150,104,138). Sum of RGB (Red+Green+Blue) = 150+104+138=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96688A is #699775. Grayscale: #797979. Windows color (decimal): -6920054 or 9070742. OLE color: 9070742.

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

Color convert

RGB 150 104 138 -
CMYK 0 0.31 0.08 0.41
HSL 315.65º 0.18% 0.5% -
HSV(B) 315.65º 0.31% 0.59% -
XYZ 22.12 18.22 26.4 -
YUV 121.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 150 104 138 0 0.31 0.08 0.41 315.65 0.18 0.5
Hex 96 68 8A 0 1F 8 29 13C 12 32
Octal 226 150 212 0 37 10 51 474 22 62
Binary 10010110 1101000 10001010 0 11111 1000 101001 100111100 10010 110010

Color Harmonies of #96688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96688A

Black with #96688A

Text Example


Text Example

White with #96688A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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