Html Css Color HEX #967484 Strikemaster

📋 copy color: '#967484'

red 150 ◦ green 116 ◦ blue 132

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

Shades of Strikemaster #967484

Tints of Strikemaster #967484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.15%

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

R = 37.69%
G = 29.15%
B = 33.17%

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

#967484 (or 0x967484) is known color: Strikemaster. HEX triplet: 96, 74 and 84. RGB value is (150,116,132). Sum of RGB (Red+Green+Blue) = 150+116+132=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967484 is #698B7B. Grayscale: #7F7F7F. Windows color (decimal): -6916988 or 8680598. OLE color: 8680598.

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

Color convert

RGB 150 116 132 -
CMYK 0 0.23 0.12 0.41
HSL 331.76º 0.14% 0.52% -
HSV(B) 331.76º 0.23% 0.59% -
XYZ 22.99 20.64 24.6 -
YUV 127.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 150 116 132 0 0.23 0.12 0.41 331.76 0.14 0.52
Hex 96 74 84 0 17 C 29 14C E 34
Octal 226 164 204 0 27 14 51 514 16 64
Binary 10010110 1110100 10000100 0 10111 1100 101001 101001100 1110 110100

Color Harmonies of #967484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967484

Black with #967484

Text Example


Text Example

White with #967484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967484; }

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

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

background-color css

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

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

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

border-color css

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

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

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