Html Css Color HEX #967384 Strikemaster

📋 copy color: '#967384'

red 150 ◦ green 115 ◦ blue 132

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

Shades of Strikemaster #967384

Tints of Strikemaster #967384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.25%

R = 37.78%
G = 28.97%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#967384 (or 0x967384) is known color: Strikemaster. HEX triplet: 96, 73 and 84. RGB value is (150,115,132). Sum of RGB (Red+Green+Blue) = 150+115+132=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #967384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967384 is #698C7B. Grayscale: #7F7F7F. Windows color (decimal): -6917244 or 8680342. OLE color: 8680342.

HSL color Cylindrical-coordinate representation of color #967384: hue angle of 330.86º 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 #967384 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 132 -
CMYK 0 0.23 0.12 0.41
HSL 330.86º 0.14% 0.52% -
HSV(B) 330.86º 0.23% 0.59% -
XYZ 22.87 20.41 24.56 -
YUV 127.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 150 115 132 0 0.23 0.12 0.41 330.86 0.14 0.52
Hex 96 73 84 0 17 C 29 14B E 34
Octal 226 163 204 0 27 14 51 513 16 64
Binary 10010110 1110011 10000100 0 10111 1100 101001 101001011 1110 110100

Color Harmonies of #967384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967384

Black with #967384

Text Example


Text Example

White with #967384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967384; }

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

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

background-color css

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

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

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

border-color css

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

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

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