Html Css Color HEX #956683 Strikemaster

📋 copy color: '#956683'

red 149 ◦ green 102 ◦ blue 131

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

Shades of Strikemaster #956683

Tints of Strikemaster #956683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.7%

 BLUE value IS 131 (51.56% from 255) = 34.29%

R = 39.01%
G = 26.7%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#956683 (or 0x956683) is known color: Strikemaster. HEX triplet: 95, 66 and 83. RGB value is (149,102,131). Sum of RGB (Red+Green+Blue) = 149+102+131=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #956683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956683 is #6A997C. Grayscale: #777777. Windows color (decimal): -6986109 or 8611477. OLE color: 8611477.

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

Color convert

RGB 149 102 131 -
CMYK 0 0.32 0.12 0.42
HSL 322.98º 0.19% 0.49% -
HSV(B) 322.98º 0.32% 0.58% -
XYZ 21.24 17.53 23.74 -
YUV 119.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 149 102 131 0 0.32 0.12 0.42 322.98 0.19 0.49
Hex 95 66 83 0 20 C 2A 143 13 31
Octal 225 146 203 0 40 14 52 503 23 61
Binary 10010101 1100110 10000011 0 100000 1100 101010 101000011 10011 110001

Color Harmonies of #956683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956683

Black with #956683

Text Example


Text Example

White with #956683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956683; }

 p { color: rgb(149,102,131); }

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

background-color css

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

 a { background-color: rgb(149,102,131); }

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

border-color css

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

 span { border-color: rgb(149,102,131); }

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