#95667B

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

Shades of Strikemaster #95667B

Tints of Strikemaster #95667B

Color information

#95667B (or 0x95667B) is unknown color: approx Strikemaster. HEX triplet: 95, 66 and 7B. RGB value is (149,102,123). Sum of RGB (Red+Green+Blue) = 149+102+123=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95667B is #6A9984. Grayscale: #767676. Windows color (decimal): -6986117 or 8087189. OLE color: 8087189.

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

Color convert

RGB149102123-
CMYK00.320.170.42
HSL333.19º18.73%49.22%-
HSV(B)333.19º31.54%58.43%-
XYZ20.7217.3220.99-
YUV118.45130.57149.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=39.84%
G=27.27%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910212300.320.170.42333.1918.7349.22
Hex95667B020112A14d1331
Octal22514617304021525152361
Binary100101011100110111101101000001000110101010100110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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