Html Css Color HEX #955676 Strikemaster

📋 copy color: '#955676'

red 149 ◦ green 86 ◦ blue 118

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

Shades of Strikemaster #955676

Tints of Strikemaster #955676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

 BLUE value IS 118 (46.48% from 255) = 33.43%

R = 42.21%
G = 24.36%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#955676 (or 0x955676) is known color: Strikemaster. HEX triplet: 95, 56 and 76. RGB value is (149,86,118). Sum of RGB (Red+Green+Blue) = 149+86+118=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #955676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955676 is #6AA989. Grayscale: #6C6C6C. Windows color (decimal): -6990218 or 7755413. OLE color: 7755413.

HSL color Cylindrical-coordinate representation of color #955676: hue angle of 329.52º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955676 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 118 -
CMYK 0 0.42 0.21 0.42
HSL 329.52º 0.27% 0.46% -
HSV(B) 329.52º 0.42% 0.58% -
XYZ 18.99 14.35 18.91 -
YUV 108.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 149 86 118 0 0.42 0.21 0.42 329.52 0.27 0.46
Hex 95 56 76 0 2A 15 2A 14A 1B 2E
Octal 225 126 166 0 52 25 52 512 33 56
Binary 10010101 1010110 1110110 0 101010 10101 101010 101001010 11011 101110

Color Harmonies of #955676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955676

Black with #955676

Text Example


Text Example

White with #955676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955676; }

 p { color: rgb(149,86,118); }

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

background-color css

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

 a { background-color: rgb(149,86,118); }

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

border-color css

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

 span { border-color: rgb(149,86,118); }

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