Html Css Color HEX #96628A Strikemaster

📋 copy color: '#96628A'

red 150 ◦ green 98 ◦ blue 138

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

Shades of Strikemaster #96628A

Tints of Strikemaster #96628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.39%

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

R = 38.86%
G = 25.39%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96628A (or 0x96628A) is known color: Strikemaster. HEX triplet: 96, 62 and 8A. RGB value is (150,98,138). Sum of RGB (Red+Green+Blue) = 150+98+138=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #96628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96628A is #699D75. Grayscale: #767676. Windows color (decimal): -6921590 or 9069206. OLE color: 9069206.

HSL color Cylindrical-coordinate representation of color #96628A: hue angle of 313.85º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96628A is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 98 138 -
CMYK 0 0.35 0.08 0.41
HSL 313.85º 0.21% 0.49% -
HSV(B) 313.85º 0.35% 0.59% -
XYZ 21.53 17.05 26.2 -
YUV 118.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 150 98 138 0 0.35 0.08 0.41 313.85 0.21 0.49
Hex 96 62 8A 0 23 8 29 13A 15 31
Octal 226 142 212 0 43 10 51 472 25 61
Binary 10010110 1100010 10001010 0 100011 1000 101001 100111010 10101 110001

Color Harmonies of #96628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96628A

Black with #96628A

Text Example


Text Example

White with #96628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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