#95697B

Color #95697B Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #95697B

Tints of Strikemaster #95697B

Color information

#95697B (or 0x95697B) is unknown color: approx Strikemaster. HEX triplet: 95, 69 and 7B. RGB value is (149,105,123). Sum of RGB (Red+Green+Blue) = 149+105+123=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #95697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95697B is #6A9684. Grayscale: #787878. Windows color (decimal): -6985349 or 8087957. OLE color: 8087957.

HSL color Cylindrical-coordinate representation of color #95697B: hue angle of 335.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95697B is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149105123-
CMYK00.300.170.42
HSL335.45º17.32%49.8%-
HSV(B)335.45º29.53%58.43%-
XYZ21.0217.9221.09-
YUV120.21129.58148.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=39.52%
G=27.85%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910512300.300.170.42335.4517.3249.8
Hex95697B01E112A14f1132
Octal22515117303621525172162
Binary10010101110100111110110111101000110101010100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95697B; }

 p { color: rgb(149,105,123); }

 H1.HeaderClassName
 {
   color: #95697B;
 }
 .AnyTagClassName
 {
   color: #95697B;
 }
</style>
background-color css

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

 a { background-color: rgb(149,105,123); }

 div.DivClassName
 {
   background-color: #95697B;
 }
 .BgClassName
 {
   background-color: #95697B;
 }
</style>
border-color css

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

 span { border-color: rgb(149,105,123); }

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