Html Css Color HEX #967386 Strikemaster

📋 copy color: '#967386'

red 150 ◦ green 115 ◦ blue 134

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

Shades of Strikemaster #967386

Tints of Strikemaster #967386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.82%

 BLUE value IS 134 (52.73% from 255) = 33.58%

R = 37.59%
G = 28.82%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#967386 (or 0x967386) is known color: Strikemaster. HEX triplet: 96, 73 and 86. RGB value is (150,115,134). Sum of RGB (Red+Green+Blue) = 150+115+134=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967386 is #698C79. Grayscale: #7F7F7F. Windows color (decimal): -6917242 or 8811414. OLE color: 8811414.

HSL color Cylindrical-coordinate representation of color #967386: hue angle of 327.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967386 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 134 -
CMYK 0 0.23 0.11 0.41
HSL 327.43º 0.14% 0.52% -
HSV(B) 327.43º 0.23% 0.59% -
XYZ 23.01 20.47 25.29 -
YUV 127.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 150 115 134 0 0.23 0.11 0.41 327.43 0.14 0.52
Hex 96 73 86 0 17 B 29 147 E 34
Octal 226 163 206 0 27 13 51 507 16 64
Binary 10010110 1110011 10000110 0 10111 1011 101001 101000111 1110 110100

Color Harmonies of #967386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967386

Black with #967386

Text Example


Text Example

White with #967386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967386; }

 p { color: rgb(150,115,134); }

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

background-color css

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

 a { background-color: rgb(150,115,134); }

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

border-color css

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

 span { border-color: rgb(150,115,134); }

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