#9C688B

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

Shades of Strikemaster #9C688B

Tints of Strikemaster #9C688B

Color information

#9C688B (or 0x9C688B) is unknown color: approx Strikemaster. HEX triplet: 9C, 68 and 8B. RGB value is (156,104,139). Sum of RGB (Red+Green+Blue) = 156+104+139=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C688B is #639774. Grayscale: #7B7B7B. Windows color (decimal): -6526837 or 9136284. OLE color: 9136284.

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

Color convert

RGB156104139-
CMYK00.330.110.39
HSL319.62º20.8%50.98%-
HSV(B)319.62º33.33%61.18%-
XYZ23.3218.8326.83-
YUV123.54136.73151.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.10%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=39.10%
G=26.07%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610413900.330.110.39319.6220.850.98
Hex9C688B021B271401533
Octal23415021304113475002563
Binary100111001101000100010110100001101110011110100000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,104,139); }

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

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

 a { background-color: rgb(156,104,139); }

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

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

 span { border-color: rgb(156,104,139); }

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