#9D697B

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

Shades of Strikemaster #9D697B

Tints of Strikemaster #9D697B

Color information

#9D697B (or 0x9D697B) is unknown color: approx Strikemaster. HEX triplet: 9D, 69 and 7B. RGB value is (157,105,123). Sum of RGB (Red+Green+Blue) = 157+105+123=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D697B is #629684. Grayscale: #7A7A7A. Windows color (decimal): -6461061 or 8087965. OLE color: 8087965.

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

Color convert

RGB157105123-
CMYK00.330.220.38
HSL339.23º20.97%51.37%-
HSV(B)339.23º33.12%61.57%-
XYZ22.5318.721.16-
YUV122.6128.23152.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=40.78%
G=27.27%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710512300.330.220.38339.2320.9751.37
Hex9D697B02116261531533
Octal23515117304126465232563
Binary100111011101001111101101000011011010011010101001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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