#99677A

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

Shades of Strikemaster #99677A

Tints of Strikemaster #99677A

Color information

#99677A (or 0x99677A) is unknown color: approx Strikemaster. HEX triplet: 99, 67 and 7A. RGB value is (153,103,122). Sum of RGB (Red+Green+Blue) = 153+103+122=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99677A is #669885. Grayscale: #787878. Windows color (decimal): -6723718 or 8021913. OLE color: 8021913.

HSL color Cylindrical-coordinate representation of color #99677A: hue angle of 337.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 #99677A is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153103122-
CMYK00.330.200.4
HSL337.2º19.69%50.2%-
HSV(B)337.2º32.68%60%-
XYZ21.517.8820.73-
YUV120.12129.06151.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=40.48%
G=27.25%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310312200.330.200.4337.219.6950.2
Hex99677A02114281511432
Octal23114717204124505212462
Binary100110011100111111101001000011010010100010101000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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