Html Css Color HEX #956579 Strikemaster

📋 copy color: '#956579'

red 149 ◦ green 101 ◦ blue 121

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

Shades of Strikemaster #956579

Tints of Strikemaster #956579

RGB

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

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

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

R = 40.16%
G = 27.22%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#956579 (or 0x956579) is known color: Strikemaster. HEX triplet: 95, 65 and 79. RGB value is (149,101,121). Sum of RGB (Red+Green+Blue) = 149+101+121=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #956579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956579 is #6A9A86. Grayscale: #757575. Windows color (decimal): -6986375 or 7955861. OLE color: 7955861.

HSL color Cylindrical-coordinate representation of color #956579: hue angle of 335º 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 #956579 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 121 -
CMYK 0 0.32 0.19 0.42
HSL 335º 0.19% 0.49% -
HSV(B) 335º 0.32% 0.58% -
XYZ 20.5 17.08 20.31 -
YUV 117.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 149 101 121 0 0.32 0.19 0.42 335 0.19 0.49
Hex 95 65 79 0 20 13 2A 14F 13 31
Octal 225 145 171 0 40 23 52 517 23 61
Binary 10010101 1100101 1111001 0 100000 10011 101010 101001111 10011 110001

Color Harmonies of #956579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956579

Black with #956579

Text Example


Text Example

White with #956579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956579; }

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

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

background-color css

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

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

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

border-color css

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

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

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