Html Css Color HEX #956484 Strikemaster

📋 copy color: '#956484'

red 149 ◦ green 100 ◦ blue 132

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

Shades of Strikemaster #956484

Tints of Strikemaster #956484

RGB

 RED value IS 149 (58.59% from 255) = 39.11%

 GREEN value IS 100 (39.45% from 255) = 26.25%

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

R = 39.11%
G = 26.25%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#956484 (or 0x956484) is known color: Strikemaster. HEX triplet: 95, 64 and 84. RGB value is (149,100,132). Sum of RGB (Red+Green+Blue) = 149+100+132=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #956484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956484 is #6A9B7B. Grayscale: #767676. Windows color (decimal): -6986620 or 8676501. OLE color: 8676501.

HSL color Cylindrical-coordinate representation of color #956484: hue angle of 320.82º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956484 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 132 -
CMYK 0 0.33 0.11 0.42
HSL 320.82º 0.2% 0.49% -
HSV(B) 320.82º 0.33% 0.58% -
XYZ 21.12 17.17 24.03 -
YUV 118.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 149 100 132 0 0.33 0.11 0.42 320.82 0.2 0.49
Hex 95 64 84 0 21 B 2A 141 14 31
Octal 225 144 204 0 41 13 52 501 24 61
Binary 10010101 1100100 10000100 0 100001 1011 101010 101000001 10100 110001

Color Harmonies of #956484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956484

Black with #956484

Text Example


Text Example

White with #956484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956484; }

 p { color: rgb(149,100,132); }

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

background-color css

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

 a { background-color: rgb(149,100,132); }

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

border-color css

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

 span { border-color: rgb(149,100,132); }

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