#95647A

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

Shades of Strikemaster #95647A

Tints of Strikemaster #95647A

Color information

#95647A (or 0x95647A) is unknown color: approx Strikemaster. HEX triplet: 95, 64 and 7A. RGB value is (149,100,122). Sum of RGB (Red+Green+Blue) = 149+100+122=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95647A is #6A9B85. Grayscale: #757575. Windows color (decimal): -6986630 or 8021141. OLE color: 8021141.

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

Color convert

RGB149100122-
CMYK00.330.180.42
HSL333.06º19.68%48.82%-
HSV(B)333.06º32.89%58.43%-
XYZ20.4616.9120.6-
YUV117.16130.73150.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=40.16%
G=26.95%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910012200.330.180.42333.0619.6848.82
Hex95647A021122A14d1431
Octal22514417204122525152461
Binary100101011100100111101001000011001010101010100110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95647A; }

 p { color: rgb(149,100,122); }

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

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

 a { background-color: rgb(149,100,122); }

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

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

 span { border-color: rgb(149,100,122); }

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