Html Css Color HEX #956785 Strikemaster

📋 copy color: '#956785'

red 149 ◦ green 103 ◦ blue 133

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

Shades of Strikemaster #956785

Tints of Strikemaster #956785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 38.7%
G = 26.75%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#956785 (or 0x956785) is known color: Strikemaster. HEX triplet: 95, 67 and 85. RGB value is (149,103,133). Sum of RGB (Red+Green+Blue) = 149+103+133=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #956785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956785 is #6A987A. Grayscale: #787878. Windows color (decimal): -6985851 or 8742805. OLE color: 8742805.

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

Color convert

RGB 149 103 133 -
CMYK 0 0.31 0.11 0.42
HSL 320.87º 0.18% 0.49% -
HSV(B) 320.87º 0.31% 0.58% -
XYZ 21.48 17.78 24.49 -
YUV 120.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 149 103 133 0 0.31 0.11 0.42 320.87 0.18 0.49
Hex 95 67 85 0 1F B 2A 141 12 31
Octal 225 147 205 0 37 13 52 501 22 61
Binary 10010101 1100111 10000101 0 11111 1011 101010 101000001 10010 110001

Color Harmonies of #956785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956785

Black with #956785

Text Example


Text Example

White with #956785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956785; }

 p { color: rgb(149,103,133); }

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

background-color css

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

 a { background-color: rgb(149,103,133); }

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

border-color css

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

 span { border-color: rgb(149,103,133); }

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