#99677F

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

Shades of Strikemaster #99677F

Tints of Strikemaster #99677F

Color information

#99677F (or 0x99677F) is unknown color: approx Strikemaster. HEX triplet: 99, 67 and 7F. RGB value is (153,103,127). Sum of RGB (Red+Green+Blue) = 153+103+127=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #99677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99677F is #669880. Grayscale: #787878. Windows color (decimal): -6723713 or 8349593. OLE color: 8349593.

HSL color Cylindrical-coordinate representation of color #99677F: hue angle of 331.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99677F is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB153103127-
CMYK00.330.170.4
HSL331.2º19.69%50.2%-
HSV(B)331.2º32.68%60%-
XYZ21.8218.0122.4-
YUV120.69131.56151.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 127 (50% from 255) = 33.16%
R=39.95%
G=26.89%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310312700.330.170.4331.219.6950.2
Hex99677F021112814b1432
Octal23114717704121505132462
Binary100110011100111111111101000011000110100010100101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99677F; }

 p { color: rgb(153,103,127); }

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

<style>
 a { background-color: #99677F; }

 a { background-color: rgb(153,103,127); }

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

<style>
 span { border-color: #99677F; }

 span { border-color: rgb(153,103,127); }

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