Html Css Color HEX #946579 Strikemaster

📋 copy color: '#946579'

red 148 ◦ green 101 ◦ blue 121

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

Shades of Strikemaster #946579

Tints of Strikemaster #946579

RGB

 RED value IS 148 (58.2% from 255) = 40%

 GREEN value IS 101 (39.84% from 255) = 27.3%

 BLUE value IS 121 (47.66% from 255) = 32.7%

R = 40%
G = 27.3%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#946579 (or 0x946579) is known color: Strikemaster. HEX triplet: 94, 65 and 79. RGB value is (148,101,121). Sum of RGB (Red+Green+Blue) = 148+101+121=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #946579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946579 is #6B9A86. Grayscale: #757575. Windows color (decimal): -7051911 or 7955860. OLE color: 7955860.

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

Color convert

RGB 148 101 121 -
CMYK 0 0.32 0.18 0.42
HSL 334.47º 0.19% 0.49% -
HSV(B) 334.47º 0.32% 0.58% -
XYZ 20.32 16.98 20.3 -
YUV 117.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 148 101 121 0 0.32 0.18 0.42 334.47 0.19 0.49
Hex 94 65 79 0 20 12 2A 14E 13 31
Octal 224 145 171 0 40 22 52 516 23 61
Binary 10010100 1100101 1111001 0 100000 10010 101010 101001110 10011 110001

Color Harmonies of #946579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946579

Black with #946579

Text Example


Text Example

White with #946579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946579; }

 p { color: rgb(148,101,121); }

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

background-color css

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

 a { background-color: rgb(148,101,121); }

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

border-color css

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

 span { border-color: rgb(148,101,121); }

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