#9B688B

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

Shades of Strikemaster #9B688B

Tints of Strikemaster #9B688B

Color information

#9B688B (or 0x9B688B) is unknown color: approx Strikemaster. HEX triplet: 9B, 68 and 8B. RGB value is (155,104,139). Sum of RGB (Red+Green+Blue) = 155+104+139=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B688B is #649774. Grayscale: #7B7B7B. Windows color (decimal): -6592373 or 9136283. OLE color: 9136283.

HSL color Cylindrical-coordinate representation of color #9B688B: hue angle of 318.82º degrees, saturation: 0.2, 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 #9B688B is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB155104139-
CMYK00.330.100.39
HSL318.82º20.32%50.78%-
HSV(B)318.82º32.9%60.78%-
XYZ23.1318.7326.82-
YUV123.24136.9150.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=38.94%
G=26.13%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510413900.330.100.39318.8220.3250.78
Hex9B688B021A2713f1433
Octal23315021304112474772463
Binary100110111101000100010110100001101010011110011111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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