#9D667B

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

Shades of Strikemaster #9D667B

Tints of Strikemaster #9D667B

Color information

#9D667B (or 0x9D667B) is unknown color: approx Strikemaster. HEX triplet: 9D, 66 and 7B. RGB value is (157,102,123). Sum of RGB (Red+Green+Blue) = 157+102+123=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D667B is #629984. Grayscale: #787878. Windows color (decimal): -6461829 or 8087197. OLE color: 8087197.

HSL color Cylindrical-coordinate representation of color #9D667B: hue angle of 337.09º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D667B is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB157102123-
CMYK00.350.220.38
HSL337.09º21.91%50.78%-
HSV(B)337.09º35.03%61.57%-
XYZ22.2318.121.06-
YUV120.84129.22153.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=41.10%
G=26.70%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710212300.350.220.38337.0921.9150.78
Hex9D667B02316261511633
Octal23514617304326465212663
Binary100111011100110111101101000111011010011010101000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D667B; }

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

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

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

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

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

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

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

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